From c9db4628942e351d55234b46417e2e2c68384ad6 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 27 Oct 2021 15:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B7=BB=E5=8A=A0=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E7=AB=AF=E5=8C=BA=E5=88=86=E5=8F=82=E6=95=B0=EF=BC=9A?= =?UTF-8?q?type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/account/login/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/account/login/index.vue b/src/pages/account/login/index.vue index 241a2a4..ac1be8c 100644 --- a/src/pages/account/login/index.vue +++ b/src/pages/account/login/index.vue @@ -70,7 +70,8 @@ export default { account: 'admin', password: '111aaa', random: '', - code: '' + code: '', + type: 2, // 平台端区分:0->教师端 1->学生端 2->无端 }, rules: { account: [{ required: true, message: '请输入账号', trigger: 'blur' }],