From b2158486c89ad1b7e3db489609094a911da4b9df Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Sun, 3 May 2020 21:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E4=B8=BA123456?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/AccountManagerAdd.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/user/AccountManagerAdd.vue b/src/pages/user/AccountManagerAdd.vue index c765ce2..32b2902 100644 --- a/src/pages/user/AccountManagerAdd.vue +++ b/src/pages/user/AccountManagerAdd.vue @@ -34,11 +34,11 @@ 密码 - + 确认密码 - @@ -93,8 +93,8 @@ userName: null, roleId: null, account: null, - password: null, - confirmPassword: null, + password: '123456', + confirmPassword: '123456', shopId: null, type: null, companyId: null,