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