From 64d5e6ffbebc0d5748237e0003af0bb4044b56c1 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 31 May 2021 17:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=BB=98=E8=AE=A4=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/ClientLogin.vue | 6 ++++-- src/config/index.js | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/page/ClientLogin.vue b/src/components/page/ClientLogin.vue index 62d1058..38be5fc 100644 --- a/src/components/page/ClientLogin.vue +++ b/src/components/page/ClientLogin.vue @@ -148,8 +148,10 @@ export default { activeName: '0', isReg: false, loginForm: { - username: '15794146134', - password: '111aaa', + // username: '15794146134', + // password: '111aaa', + username: '', + password: '', }, loginRules: { username: [{ required: true, message: '请输入用户名', trigger: 'blur' }], diff --git a/src/config/index.js b/src/config/index.js index c3981df..e09c28a 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -16,5 +16,9 @@ export default { /** * @description 挑战模式子系统链接 */ - subSystem2: location.host.includes('116.63.168.79') ? 'http://116.63.168.79/kdChallenge/#/Dashboard' : 'http://122.9.154.146/kdChallenge/#/Dashboard' + subSystem2: location.host.includes('116.63.168.79') ? 'http://116.63.168.79/kdChallenge/#/Dashboard' : 'http://122.9.154.146/kdChallenge/#/Dashboard', + /** + * @description 专家账号 + */ + studentIds: [1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513] } \ No newline at end of file