|
@@ -22,9 +22,9 @@ VITE_API_URL = '/base-api/api/v1'
|
|
|
# 指数管理页面用到的
|
|
|
VITE_ASSESS_URL = '/base-api/assess/v1'
|
|
|
# 大屏前端
|
|
|
-VITE_SCREEN_URL = '/plugin/screen/'
|
|
|
+VITE_SCREEN_URL = '/plugin/screen/index.html'
|
|
|
# 组态图前端
|
|
|
-VITE_TOPO_URL = '/plugin/topo/'
|
|
|
+VITE_TOPO_URL = '/plugin/topo/index.html'
|
|
|
# modbus服务
|
|
|
VITE_MODBUS_API = '/base-api/modbus'
|
|
|
# ice104协议网关服务
|