mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 20:23:46 +08:00
remove username search for console user list page
This commit is contained in:
@@ -66,9 +66,9 @@ const password = ref(process.env.VUE_APP_PASS);
|
||||
|
||||
checkSession().then(() => {
|
||||
if (isMobile()) {
|
||||
router.replace('mobile')
|
||||
router.push('mobile')
|
||||
} else {
|
||||
router.replace('chat')
|
||||
router.push('chat')
|
||||
}
|
||||
}).catch(() => {
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user