up
This commit is contained in:
@@ -20,6 +20,6 @@ const user = useUserStore()
|
||||
<main>
|
||||
1112
|
||||
<button @click="t">222</button>
|
||||
{{ user.isLoggedIn }}
|
||||
{{ user.userCookie }}
|
||||
</main>
|
||||
</template>
|
||||
|
||||
@@ -91,7 +91,7 @@ function login() {
|
||||
}
|
||||
|
||||
//更新用户信息
|
||||
userStore.loginUpdata(r.data.return.cookie)
|
||||
userStore.login(r.data.return.cookie)
|
||||
|
||||
|
||||
mos.value?.showAlert(
|
||||
|
||||
Reference in New Issue
Block a user