注册运维可视化组件

main
guanxiaohan 1 year ago
parent 2c8c0c8d60
commit 2439cf25db
  1. 22
      src/router/views/index.js
  2. 4
      vue.config.js

@ -244,4 +244,26 @@ export default [{
import( /* webpackChunkName: "views" */ '@/views/system/systemSetting') 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')
}]
},
] ]

@ -30,7 +30,7 @@ module.exports = {
// target: 'http://192.168.3.58:8001', // target: 'http://192.168.3.58:8001',
// target: 'http://192.168.1.105:8001', // target: 'http://192.168.1.105:8001',
// target: 'http://192.168.1.34: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.1.106:8001',
// target: 'http://192.168.0.115:8001', // target: 'http://192.168.0.115:8001',
ws: true, ws: true,
@ -53,7 +53,7 @@ module.exports = {
// target: 'http://192.168.79.129', // target: 'http://192.168.79.129',
// target: "http://192.168.1.106", // target: "http://192.168.1.106",
// target: "http://192.168.1.105:80", // 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.1.34:80",
// target: "http://192.168.0.115", // target: "http://192.168.0.115",
// target: "http://10.90.100.204", // target: "http://10.90.100.204",

Loading…
Cancel
Save