重新添加

This commit is contained in:
2020-11-30 10:36:36 +08:00
parent 1c1b176483
commit 07528e780e
2 changed files with 5 additions and 2 deletions

View File

@@ -91,7 +91,7 @@
</div>
<div class="icons">
<img src="@/static/images/weixin.png" alt="" class="icon" />
<img src="@/static/images/weibo.png" alt="" class="icon" />
<img src="@/static/images/weibo.png" alt="" class="icon" @click="slogin(2)" />
<img src="@/static/images/facebook.png" alt="" class="icon" @click="slogin(3)" />
</div>
</div>
@@ -126,6 +126,7 @@ import router from '@/router';
import { useI18n } from '@/utils/i18n';
import store from '@/store';
import { getValue } from '@/utils/common';
import { locale } from "dayjs";
export default defineComponent({
name: "Login",
@@ -273,6 +274,9 @@ export default defineComponent({
});
}
if(index == 2){
window.location.href="https://api.weibo.com/oauth2/authorize?client_id=2754574056&response_type=code&redirect_uri=https://beelink.theluyuan.com/"
}
}
return {