Commit a805c3d3 authored by lc@weface.com.cn's avatar lc@weface.com.cn

修改密码

parent 8aa64e84
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
// 后台管理系统服务器地址 // 后台管理系统服务器地址
// export const baseUrl2 = 'http://xclc.rensheju.com' // export const baseUrl2 = 'http://xclc.rensheju.com'
export const baseUrl = 'http://xc.rensheju.com'
export const baseUrl2 = 'http://xclc.rensheju.com'
//export const baseUrl = 'http://xc.rensheju.com' //export const baseUrl = 'http://xc.rensheju.com'
//export const baseUrl = 'http://172.16.10.33:9003' export const baseUrl2 = 'http://xclc.rensheju.com'
export const baseUrl = 'http://xc.rensheju.com'
//xport const baseUrl = 'http://172.16.10.33:9002'
export default { export default {
......
...@@ -33,12 +33,12 @@ ...@@ -33,12 +33,12 @@
<el-dialog :modal-append-to-body='false' title="修改密码" :visible.sync="updatePasswordDialogVisible" width="25%"> <el-dialog :modal-append-to-body='false' title="修改密码" :visible.sync="updatePasswordDialogVisible" width="25%">
<el-form :model="item"> <el-form :model="item">
<el-input placeholder="请输入原密码" v-model="item.password" show-password maxlength = 8 minlength = 6 ></el-input> <el-input placeholder="请输入原密码" v-model="item.password" show-password maxlength = 18 minlength = 6 ></el-input>
<div style="margin: 20px 0;"> <div style="margin: 20px 0;">
</div> </div>
<el-input placeholder="请输入新密码 6~8位" v-model="item.newpassword" show-password maxlength = 8 minlength = 6></el-input> <el-input placeholder="请输入新密码 6~18位" v-model="item.newpassword" show-password maxlength = 18 minlength = 6></el-input>
<div style="margin: 20px 0;"/> <div style="margin: 20px 0;"/>
<el-input placeholder="再次输入新密码 6~8位" v-model="item.newpasswordagain" show-password maxlength = 8 minlength = 6></el-input> <el-input placeholder="再次输入新密码 6~18位" v-model="item.newpasswordagain" show-password maxlength = 18 minlength = 6></el-input>
<div style="margin: 20px 0;"/> <div style="margin: 20px 0;"/>
</el-form> </el-form>
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
name: "admin", name: "admin",
avatar: "@/assets/user.png", avatar: "@/assets/user.png",
role: "超级管理员", role: "超级管理员",
registeInfo: "注册时间:2018-12-25 " registeInfo: "注册时间g:2018-12-25 "
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment