fix: 前端页面架构重构初版
This commit is contained in:
@@ -30,7 +30,7 @@ export const useUserStore = defineStore(
|
||||
// 如果需要调用接口,可以在这里调用
|
||||
clearToken();
|
||||
clearUserInfo();
|
||||
router.replace({ name: 'chat' });
|
||||
router.replace({ name: 'chatConversationWithId' });
|
||||
};
|
||||
|
||||
// 新增:登录弹框状态
|
||||
|
||||
Reference in New Issue
Block a user