From 3255a91826c758ff0be93fd19710b9f0ff5217d8 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 06 九月 2023 11:23:37 +0800 Subject: [PATCH] 取消登录,直接跳转桌面 --- src/pages/index/App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/pages/index/App.vue b/src/pages/index/App.vue index 4c8dbd7..6a976e0 100644 --- a/src/pages/index/App.vue +++ b/src/pages/index/App.vue @@ -60,6 +60,9 @@ } }, mounted() { + location.assign("/view/desktop/") + return + this.getInitInfo() let message = "缃戠粶姝e父" -- Gitblit v1.8.0