Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xichonght
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangdishen
xichonght
Commits
a805c3d3
Commit
a805c3d3
authored
Aug 30, 2019
by
lc@weface.com.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改密码
parent
8aa64e84
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
global.js
xichongSys/src/utils/global.js
+3
-3
PersonalPanel.vue
xichongSys/src/views/Core/PersonalPanel.vue
+4
-4
No files found.
xichongSys/src/utils/global.js
View file @
a805c3d3
...
...
@@ -6,10 +6,10 @@
// 后台管理系统服务器地址
// 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://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
{
...
...
xichongSys/src/views/Core/PersonalPanel.vue
View file @
a805c3d3
...
...
@@ -33,12 +33,12 @@
<el-dialog
:modal-append-to-body=
'false'
title=
"修改密码"
:visible
.
sync=
"updatePasswordDialogVisible"
width=
"25%"
>
<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 =
1
8
minlength =
6
></el-input>
<div
style=
"margin: 20px 0;"
>
</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 =
1
8
minlength =
6
></el-input>
<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 =
1
8
minlength =
6
></el-input>
<div
style=
"margin: 20px 0;"
/>
</el-form>
...
...
@@ -69,7 +69,7 @@ export default {
name
:
"admin"
,
avatar
:
"@/assets/user.png"
,
role
:
"超级管理员"
,
registeInfo
:
"注册时间:2018-12-25 "
registeInfo
:
"注册时间
g
:2018-12-25 "
}
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment