Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
fhjw-vue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
mengmeng
fhjw-vue
Commits
0ffbf084
Commit
0ffbf084
authored
Aug 10, 2021
by
feiwenli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xiugai bug
parent
4330a84c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
fhjw.rar
fhjw.rar
+0
-0
jwPC.rar
jwPC.rar
+0
-0
index.html
public/index.html
+2
-2
user-add-or-update.vue
src/views/modules/fhjw/user-add-or-update.vue
+1
-0
No files found.
fhjw.rar
deleted
100644 → 0
View file @
4330a84c
File deleted
jwPC.rar
deleted
100644 → 0
View file @
4330a84c
File deleted
public/index.html
View file @
0ffbf084
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
window
.
SITE_CONFIG
[
'version'
]
=
'v1.0.0'
;
window
.
SITE_CONFIG
[
'version'
]
=
'v1.0.0'
;
window
.
SITE_CONFIG
[
'nodeEnv'
]
=
'<%= process.env.VUE_APP_NODE_ENV %>'
;
window
.
SITE_CONFIG
[
'nodeEnv'
]
=
'<%= process.env.VUE_APP_NODE_ENV %>'
;
window
.
SITE_CONFIG
[
'apiURL'
]
=
'http://10.55.125.88:8080/hmit-admin'
;
window
.
SITE_CONFIG
[
'apiURL'
]
=
'http://10.55.125.88:8080/hmit-admin'
;
//
window.SITE_CONFIG['apiURL'] = 'http://119.3.50.187:8011/hmit-admin';
//
window.SITE_CONFIG['apiURL'] = 'http://119.3.50.187:8011/hmit-admin';
//window.SITE_CONFIG['apiURL'] = 'http://192.168.10.
125
:8080/hmit-admin'; // api请求地址
//window.SITE_CONFIG['apiURL'] = 'http://192.168.10.
67
:8080/hmit-admin'; // api请求地址
window
.
SITE_CONFIG
[
'storeState'
]
=
{};
// vuex本地储存初始化状态(用于不刷新页面的情况下,也能重置初始化项目中所有状态)
window
.
SITE_CONFIG
[
'storeState'
]
=
{};
// vuex本地储存初始化状态(用于不刷新页面的情况下,也能重置初始化项目中所有状态)
window
.
SITE_CONFIG
[
'contentTabDefault'
]
=
{
// 内容标签页默认属性对象
window
.
SITE_CONFIG
[
'contentTabDefault'
]
=
{
// 内容标签页默认属性对象
'name'
:
''
,
// 名称, 由 this.$route.name 自动赋值(默认,名称 === 路由名称 === 路由路径)
'name'
:
''
,
// 名称, 由 this.$route.name 自动赋值(默认,名称 === 路由名称 === 路由路径)
...
...
src/views/modules/fhjw/user-add-or-update.vue
View file @
0ffbf084
...
@@ -110,6 +110,7 @@ export default {
...
@@ -110,6 +110,7 @@ export default {
/* caseId: '', */
/* caseId: '', */
createDate
:
""
,
createDate
:
""
,
gender
:
""
,
gender
:
""
,
identity
:
""
,
},
},
options
:
[],
options
:
[],
};
};
...
...
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