@@ -400,6 +408,7 @@
+
+
\ No newline at end of file
diff --git a/src/views/opsVisualization/tuobu.vue b/src/views/opsVisualization/tuobu.vue
index 3e9841f..0e75377 100644
--- a/src/views/opsVisualization/tuobu.vue
+++ b/src/views/opsVisualization/tuobu.vue
@@ -22,7 +22,7 @@
-
+
diff --git a/vue.config.js b/vue.config.js
index 1e9646c..f123b3d 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -65,12 +65,19 @@ module.exports = {
"^/api": "/",
},
},
- "/kgApi": {
+ "/monitor-system": {
target: "http://192.168.1.5:8080",
ws: true,
- pathRewrite: {
- "^/kgApi": "/",
- },
+ // pathRewrite: {
+ // "^/monitor-system": "/",
+ // },
+ },
+ "/monitor-business": {
+ target: "http://192.168.1.5:8080",
+ ws: true,
+ // pathRewrite: {
+ // "^/monitor-system": "/",
+ // },
},
},
},