develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
10 changed files with 436 additions and 1 deletions
Showing only changes of commit f2dff98cba - Show all commits

View File

@ -2,12 +2,12 @@ import Layout from "@/layout/index.vue";
const ems = [ const ems = [
{ {
path: '/zddt', path: '',
component: Layout, component: Layout,
redirect: 'zddt', redirect: 'noRedirect',
children: [ children: [
{ {
path: '', path: 'zddt',
component: () => import('@/views/ems/zddt/index'), component: () => import('@/views/ems/zddt/index'),
name: 'zddt', name: 'zddt',
meta: { title: '站点地图', icon: 'guide' } meta: { title: '站点地图', icon: 'guide' }