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
e8b78088
Commit
e8b78088
authored
Aug 15, 2019
by
lc@weface.com.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户
parent
3c20add9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
global.js
xichongSys/src/utils/global.js
+2
-2
User.vue
xichongSys/src/views/Sys/User.vue
+4
-4
No files found.
xichongSys/src/utils/global.js
View file @
e8b78088
...
...
@@ -7,9 +7,9 @@
// 后台管理系统服务器地址
//export const baseUrl = 'http://172.16.10.33:9002'
//export const baseUrl = 'http://172.16.10.25:9009'
export
const
baseUrl
=
"http://faceauth.weface.com.cn:98"
//
export const baseUrl ="http://faceauth.weface.com.cn:98"
export
const
baseUrl2
=
'http://faceauth.weface.com.cn:97'
//
export const baseUrl = 'http://172.16.10.33:9002'
export
const
baseUrl
=
'http://172.16.10.33:9002'
//export const baseUrl ="http://faceauth.weface.com.cn:98"
//export const baseUrl2 = 'http://faceauth.weface.com.cn:97'
//export const baseUrl = 'http://172.16.10.33:9002'
...
...
xichongSys/src/views/Sys/User.vue
View file @
e8b78088
...
...
@@ -141,8 +141,8 @@ export default {
password
:
''
,
deptId
:
''
,
deptName
:
''
,
email
:
'
test@qq.com
'
,
mobile
:
'
13889700023
'
,
email
:
''
,
mobile
:
''
,
status
:
1
,
userRoles
:
[]
},
...
...
@@ -188,8 +188,8 @@ export default {
password
:
''
,
deptId
:
1
,
deptName
:
''
,
email
:
'
test@qq.com
'
,
mobile
:
'
13889700023
'
,
email
:
''
,
mobile
:
''
,
status
:
1
,
userRoles
:
[]
}
...
...
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