From 3b9477e4179ac9fca90a1abeb2cf544155d832bc Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 20 八月 2021 14:27:54 +0800 Subject: [PATCH] 长春跟踪app --- src/pages/index/App.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/pages/index/App.vue b/src/pages/index/App.vue index ede7633..2d1738b 100644 --- a/src/pages/index/App.vue +++ b/src/pages/index/App.vue @@ -147,6 +147,7 @@ }) }, async testLogin() { + // location.assign("/view/desktop/") tologin({ username: this.user.loginName, password: this.user.password }) .then(json => { const loginedInfo = { -- Gitblit v1.8.0