10/11 可视化大屏1.2

20245024-wz
wangwei 6 months ago
parent 8464a235a0
commit a34e76ba80

@ -42,6 +42,7 @@ import DictData from '@/components/DictData'
import cusEditor from '@/views/components/cusEditor.vue'
import Echart from './components/echart/index.vue'
import ItemWrap from './components/item-wrap/item-wrap.vue'
// 去除控制台的 Vue warn 警告信息
Vue.config.silent = true;
@ -68,6 +69,7 @@ Vue.component('ImageUpload', ImageUpload)
Vue.component('ImagePreview', ImagePreview)
Vue.component("cusEditor", cusEditor)
Vue.component("Echart", Echart)
Vue.component("ItemWrap", ItemWrap)
Vue.use(directive)
Vue.use(plugins)

@ -77,6 +77,19 @@ export const constantRoutes = [
}
]
},
{
path: '/daping/mapIndex3',
name: '经营企业',
redirect: '/index3',
component: Home,
children: [
{
path: '/index3',
name: 'index3',
component: () => import(/* webpackChunkName: "LSD.bighome" */ '../views/daping/sup3/index.vue'),
}
]
},
// {
// path: "/myresgister",
// component: (resolve) => require([`@/views/myresgister`], resolve),

Loading…
Cancel
Save