修改默认密码为123456

master
kevin jiang 6 years ago
parent ab4630be07
commit b2158486c8

@ -34,11 +34,11 @@
</Form-Item>
<Form-Item prop="password">
<span class="name-font" style="width: 80px;display: inline-block">密码</span>
<i-input type="password" placeholder="请输入密码" style="width: 300px;" v-model="addFrom.password"/>
<i-input type="text" placeholder="默认密码123456" style="width: 300px;" v-model="addFrom.password"/>
</Form-Item>
<Form-Item prop="confirmPassword">
<span class="name-font" style="width: 80px;display: inline-block">确认密码</span>
<i-input type="password" placeholder="请确认密码" style="width: 300px;"
<i-input type="text" placeholder="请确认密码" style="width: 300px;"
v-model="addFrom.confirmPassword"/>
</Form-Item>
</Form>
@ -93,8 +93,8 @@
userName: null,
roleId: null,
account: null,
password: null,
confirmPassword: null,
password: '123456',
confirmPassword: '123456',
shopId: null,
type: null,
companyId: null,

Loading…
Cancel
Save