修改默认密码为123456

master
kevin jiang 6 years ago
parent ab4630be07
commit b2158486c8

@ -34,11 +34,11 @@
</Form-Item> </Form-Item>
<Form-Item prop="password"> <Form-Item prop="password">
<span class="name-font" style="width: 80px;display: inline-block">密码</span> <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>
<Form-Item prop="confirmPassword"> <Form-Item prop="confirmPassword">
<span class="name-font" style="width: 80px;display: inline-block">确认密码</span> <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"/> v-model="addFrom.confirmPassword"/>
</Form-Item> </Form-Item>
</Form> </Form>
@ -93,8 +93,8 @@
userName: null, userName: null,
roleId: null, roleId: null,
account: null, account: null,
password: null, password: '123456',
confirmPassword: null, confirmPassword: '123456',
shopId: null, shopId: null,
type: null, type: null,
companyId: null, companyId: null,

Loading…
Cancel
Save