Commit 1afcb6e3 authored by zhangzc's avatar zhangzc

更改配置

parent bb00d5e7
Pipeline #559 failed with stages
......@@ -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,
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment