mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-08 09:48:25 +08:00
修复微信登录功能
This commit is contained in:
parent
fe160f978b
commit
9f98491368
@ -1,4 +1,4 @@
|
|||||||
VUE_APP_API_HOST=http://localhost:5678
|
VUE_APP_API_HOST=http://geekai.me:6004
|
||||||
VUE_APP_WS_HOST=ws://localhost:5678
|
VUE_APP_WS_HOST=ws://localhost:5678
|
||||||
VUE_APP_USER=18888888888
|
VUE_APP_USER=18888888888
|
||||||
VUE_APP_PASS=12345678
|
VUE_APP_PASS=12345678
|
||||||
|
|||||||
@ -40,13 +40,10 @@
|
|||||||
<div class="text-center">其他登录方式</div>
|
<div class="text-center">其他登录方式</div>
|
||||||
</el-divider>
|
</el-divider>
|
||||||
<div class="c-login flex justify-center">
|
<div class="c-login flex justify-center">
|
||||||
<!-- <div class="login-type mr-2">
|
|
||||||
<a class="wechat-login" :href="wechatLoginURL" @click="setRoute(router.currentRoute.value.path)"><i class="iconfont icon-wechat"></i></a>
|
|
||||||
</div> -->
|
|
||||||
<div class="p-2 w-full">
|
<div class="p-2 w-full">
|
||||||
<el-button type="success" class="w-full" size="large" :href="wechatLoginURL" @click="setRoute(router.currentRoute.value.path)"
|
<a :href="wechatLoginURL">
|
||||||
><i class="iconfont icon-wechat mr-2"></i> 微信登录
|
<el-button type="success" class="w-full" size="large" :href="wechatLoginURL"><i class="iconfont icon-wechat mr-2"></i> 微信登录 </el-button>
|
||||||
</el-button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user