重新添加
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user