Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
super-hive-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
front-end
super-hive-web
Commits
1afcb6e3
Commit
1afcb6e3
authored
Oct 13, 2020
by
zhangzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改配置
parent
bb00d5e7
Pipeline
#559
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
.env.development
.env.development
+4
-4
index.js
src/router/index.js
+0
-3
No files found.
.env.development
View file @
1afcb6e3
...
...
@@ -2,12 +2,12 @@
ENV = 'development'
# base api
#VUE_APP_BASE_API = 'http://localhost:8082'
VUE_APP_BASE_API = 'http://192.168.31.
248
:8085/dataCenterApi'
#
VUE_APP_BASE_API = 'http://localhost:8082'
VUE_APP_BASE_API = 'http://192.168.31.
119
:8085/dataCenterApi'
# VUE_APP_BASE_API = 'http://esvsy.wicp.vip:28080'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
d
# vue-cli uses the VUE_CLI_BABEL_TRA
NSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
# It only does one thing by converting all import() to require().
# This configuration can significantly increase the speed of hot updates,
...
...
src/router/index.js
View file @
1afcb6e3
...
...
@@ -100,8 +100,6 @@ import systemManagement from './modules/systemManagement'
import
tenantManagement
from
'
./modules/tenantManagement
'
// 数据管理
import
dataManagement
from
'
./modules/dataManagement
'
// 数据可视
import
dataVisible
from
'
./modules/dataVisibleManagement
'
// 设备管理
import
equipmentManagement
from
'
./modules/equipmentManagement
'
// 设备管理-迭代
...
...
@@ -112,7 +110,6 @@ import deviceAlarm from './modules/deviceAlarm'
import
equipmentAccessManagement
from
'
./modules/equipmentAccessManagement
'
export
const
asyncRoutes
=
[
dataVisible
,
dataManagement
,
equipmentManagement
,
deviceManagement
,
...
...
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