diff --git a/proxy.config.json b/proxy.config.json index c51ed6d..b147575 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,13 +1,13 @@ { - "/api": { - "target": "http://39.106.78.171:8906", - "secure": false, - "changeOrigin": true - }, - "/signalr": { - "target": "http://39.106.78.171:8906", - "secure": false, - "ws": true, - "logLevel": "debug" + "/api": { + "target": "http://39.106.78.171:8906", + "secure": false, + "changeOrigin": true + }, + "/signalr": { + "target": "http://39.106.78.171:8906", + "secure": false, + "ws": true, + "logLevel": "debug" } -} \ No newline at end of file +} diff --git a/src/app/pages/left-domain/left-domain.component.html b/src/app/pages/left-domain/left-domain.component.html index e51375e..555a440 100644 --- a/src/app/pages/left-domain/left-domain.component.html +++ b/src/app/pages/left-domain/left-domain.component.html @@ -74,7 +74,7 @@
- +
中化石油销售有限公司 版权所有 中化石油销售有限公司 北京安信科创软件有限公司 版权所有欢迎登录
- 中化石油智能安全管理系统
+ 加油站智能安全管理系统
- 油罐容积
+ 油罐容积(m³)
油机数量
车道数量
- 油罐容积
+ 油罐容积
操作
@@ -89,7 +89,7 @@
{{item.sellVariety}}
{{item.gasStationCount}}
{{item.laneCount}}
- {{item.tankVolume}}
+ {{item.tankVolume}}{{item.tankVolume ? 'm³' : null}}
查看
diff --git a/src/app/system-management/navigation/navigation.component.html b/src/app/system-management/navigation/navigation.component.html
index 35ad50d..d7010d6 100644
--- a/src/app/system-management/navigation/navigation.component.html
+++ b/src/app/system-management/navigation/navigation.component.html
@@ -23,7 +23,7 @@