mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-23 11:34:27 +08:00
优化手机端 profile 页面
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="login-prompt" v-else>
|
||||
<van-button type="primary" size="large" round @click="showLoginDialog(router)">
|
||||
立即登录
|
||||
</van-button>
|
||||
<el-button type="primary" size="large" @click="router.push('/mobile/login')"
|
||||
>立即登录</el-button
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -278,6 +278,7 @@ onMounted(() => {
|
||||
})
|
||||
.catch(() => {
|
||||
isLogin.value = false
|
||||
showLoginDialog(router)
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user