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
0b40c97b
Commit
0b40c97b
authored
Oct 26, 2020
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore home.vue
parent
f29b6ad3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
437 additions
and
21 deletions
+437
-21
getMicRouters.js
src/router/getMicRouters.js
+1
-1
api.js
src/server/api.js
+1
-1
home.vue
src/views/home.vue
+435
-19
No files found.
src/router/getMicRouters.js
View file @
0b40c97b
...
@@ -35,7 +35,7 @@ async function GetRoutes(router) {
...
@@ -35,7 +35,7 @@ async function GetRoutes(router) {
break
break
default
:
// 当前仅可使用pudong / xuhui-sit/uat进行打包
default
:
// 当前仅可使用pudong / xuhui-sit/uat进行打包
MicRouters
=
huangpu
MicRouters
=
xuhui
break
break
}
}
...
...
src/server/api.js
View file @
0b40c97b
...
@@ -52,7 +52,7 @@ case 'huangpu-prod':
...
@@ -52,7 +52,7 @@ case 'huangpu-prod':
default
:
// 默认环境下(开发环境)
default
:
// 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/apiv2'
// BASE_URL = 'http://31.0.161.39/apiv2'
BASE_URL
=
'http://
huangpu
.hm.omniview.pro/api'
BASE_URL
=
'http://
xuhui
.hm.omniview.pro/api'
// MOCK_URL = 'https://yapi.omniview.pro/mock/278'
// MOCK_URL = 'https://yapi.omniview.pro/mock/278'
break
break
...
...
src/views/home.vue
View file @
0b40c97b
This diff is collapsed.
Click to expand it.
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