Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
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
Yulun Yao
multiSystem
Commits
0bcc6876
Commit
0bcc6876
authored
Jan 08, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置浦东子项目路由
parent
ed81a11a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
pudongRoutes.json
src/router/pudongRoutes.json
+3
-3
api.js
src/server/api.js
+1
-1
No files found.
src/router/pudongRoutes.json
View file @
0bcc6876
...
...
@@ -38,15 +38,15 @@
},
{
"path"
:
"/pudong/complaintPath"
,
"name"
:
"complaintPath"
,
"meta"
:
{
"title"
:
"投诉
直通车
"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
true
},
"meta"
:
{
"title"
:
"投诉
信息
"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
true
},
"children"
:
[
{
"path"
:
"/pudong/complaintPath/complaintList"
,
"name"
:
"complaintList"
,
"meta"
:
{
"title"
:
"投诉列表"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
}
},
{
"path"
:
"/pudong/complaintPath/
repeatComplaintList"
,
"name"
:
"repeatComplaintList"
,
"meta"
:
{
"title"
:
"
重复投诉
列表"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
}
"path"
:
"/pudong/complaintPath/
complaint12345TEL"
,
"name"
:
"complaint12345TEL"
,
"meta"
:
{
"title"
:
"
12345热线
列表"
,
"menuPath"
:
true
,
"menuIcon"
:
"profile"
,
"hideInBread"
:
false
}
}
]
},
...
...
src/server/api.js
View file @
0bcc6876
...
...
@@ -8,7 +8,7 @@ let BASE_URL = '', MOCK_URL='',
switch
(
process
.
env
.
NODE_ENV
)
{
case
'devol'
:
// 本地线上部署环境下
// BASE_URL = 'http://search.omniview.pro/api'
BASE_URL
=
'http://
xuhui
.hm.omniview.pro/api/v2'
BASE_URL
=
'http://
pudong
.hm.omniview.pro/api/v2'
// BASE_URL = 'http://hm.omniview.pro/api'
break
...
...
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