diff --git a/src/router/views/index.js b/src/router/views/index.js index 61bd781..2279955 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -244,4 +244,26 @@ export default [{ import( /* webpackChunkName: "views" */ '@/views/system/systemSetting') }] }, +{ + path: '/opsVisualization', + component: Layout, + redirect: '/opsVisualization/index', + children: [{ + path: 'index', + name: 'index', + meta: { + i18n: 'dashboard' + }, + component: () => + import( /* webpackChunkName: "views" */ '@/views/opsVisualization/index') + }, { + path: 'alarmProcess', + name: 'alarmProcess', + meta: { + i18n: 'dashboard' + }, + component: () => + import( /* webpackChunkName: "views" */ '@/views/opsVisualization/alarmProcess') + }] +}, ] diff --git a/vue.config.js b/vue.config.js index 8d74d9b..f3fac99 100644 --- a/vue.config.js +++ b/vue.config.js @@ -30,7 +30,7 @@ module.exports = { // target: 'http://192.168.3.58:8001', // target: 'http://192.168.1.105:8001', // target: 'http://192.168.1.34:8001', - target: 'http://192.168.1.102:8001', + target: 'http://192.168.1.5:8001', // target: 'http://192.168.1.106:8001', // target: 'http://192.168.0.115:8001', ws: true, @@ -53,7 +53,7 @@ module.exports = { // target: 'http://192.168.79.129', // target: "http://192.168.1.106", // target: "http://192.168.1.105:80", - target: "http://192.168.1.102:80", + target: "http://192.168.1.5:80", // target: "http://192.168.1.34:80", // target: "http://192.168.0.115", // target: "http://10.90.100.204",