diff --git a/.env.development b/.env.development index 91a0a56..9579ac2 100644 --- a/.env.development +++ b/.env.development @@ -7,11 +7,11 @@ ENV = 'development' # 开发环境 # VUE_APP_BASE_API = '/dev-api' # 后台 -# VUE_APP_BASE_API = 'http://192.168.1.222:8080' +VUE_APP_BASE_API = 'http://192.168.1.222:8080' # 梅州云端 # VUE_APP_BASE_API = 'http://106.55.173.225:8091' # 广合 -VUE_APP_BASE_API = 'http://106.55.173.225:8092' +# VUE_APP_BASE_API = 'http://106.55.173.225:8092' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/assets/images/guanghe.png b/src/assets/images/guanghe.png index 73d714a..b4acff2 100644 Binary files a/src/assets/images/guanghe.png and b/src/assets/images/guanghe.png differ diff --git a/src/assets/images/meizhou.png b/src/assets/images/meizhou.png deleted file mode 100644 index a7c7eb3..0000000 Binary files a/src/assets/images/meizhou.png and /dev/null differ diff --git a/src/views/centerairC/sysControl/index.vue b/src/views/centerairC/sysControl/index.vue index 3428d83..f412db7 100644 --- a/src/views/centerairC/sysControl/index.vue +++ b/src/views/centerairC/sysControl/index.vue @@ -24,7 +24,7 @@ - +
@@ -117,7 +116,7 @@ export default { coolingValve: [], //冷却蝶阀 coolingTowerOutValve: [], //冷却塔出水进水阀 coolingAndHeatingOutValve: [], //供冷供暖出水进水阀 - activeName: "valve", //设备管理 + activeName: "coolingPump", //冷却泵 }; }, computed: { diff --git a/src/views/centerairC/sysMonitor/monitorCenter.vue b/src/views/centerairC/sysMonitor/monitorCenter.vue index 7caea68..7699513 100644 --- a/src/views/centerairC/sysMonitor/monitorCenter.vue +++ b/src/views/centerairC/sysMonitor/monitorCenter.vue @@ -1,49 +1,18 @@