Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
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
wbx-PCAndMobi
pc
Commits
15160dd2
Commit
15160dd2
authored
Mar 19, 2021
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
100改为10
parent
d33cd1d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
micSystemsList.json
src/router/micSystemsList.json
+4
-4
api.js
src/server/api.js
+2
-1
No files found.
src/router/micSystemsList.json
View file @
15160dd2
...
...
@@ -2,22 +2,22 @@
"prod"
:[
{
"name"
:
"pudong"
,
"entry"
:
"http://
211.136.105.193
/elvweb"
,
"entry"
:
"http://
10.220.105.137:81
/elvweb"
,
"activeRule"
:
"/pudong"
},
{
"name"
:
"danger"
,
"entry"
:
"http://
211.136.105.193
/dangerweb"
,
"entry"
:
"http://
10.220.105.137:81
/dangerweb"
,
"activeRule"
:
"/danger"
},
{
"name"
:
"czd"
,
"entry"
:
"http://
211.136.105.193
/czd"
,
"entry"
:
"http://
10.220.105.137:81
/czd"
,
"activeRule"
:
"/czd"
},
{
"name"
:
"checkorder"
,
"entry"
:
"http://
211.136.105.193
/checkorder"
,
"entry"
:
"http://
10.220.105.137:81
/checkorder"
,
"activeRule"
:
"/checkorder"
},
{
...
...
src/server/api.js
View file @
15160dd2
...
...
@@ -18,7 +18,8 @@ case 'pudong-sit':
break
case
'pudong-prod'
:
BASE_URL
=
'http://211.136.105.193/apiv2'
,
// BASE_URL = 'http://211.136.105.193/apiv2',
BASE_URL
=
'http://10.220.105.137:81/api'
FANGDI_URL
=
'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
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