From 764cb58899b8ca0e9632a5e83c6950569442c41c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Nov 2022 14:28:12 +0800
Subject: [PATCH] 图片更改

---
 src/router/views/index.js |  329 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 171 insertions(+), 158 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index b3e3bac..75bd31a 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -1,192 +1,205 @@
 import Layout from '@/page/index/'
 
 export default [{
-  path: '/wel',
-  component: Layout,
-  redirect: '/wel/index',
-  children: [{
-    path: 'index',
-    name: '首页',
-    meta: {
-      i18n: 'dashboard'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/architecture/architecture')
-  }, {
-    path: 'dashboard',
-    name: '控制台',
-    meta: {
-      i18n: 'dashboard',
-      menu: false,
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/wel/dashboard')
-  }]
+    path: '/wel',
+    component: Layout,
+    redirect: '/wel/index',
+    children: [{
+        path: 'index',
+        name: '首页',
+        meta: {
+            i18n: 'dashboard'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/wel/index')
+    }, {
+        path: 'dashboard',
+        name: '控制台',
+        meta: {
+            i18n: 'dashboard',
+            menu: false,
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/wel/dashboard')
+    }]
 }, {
-  path: '/test',
-  component: Layout,
-  redirect: '/test/index',
-  children: [{
-    path: 'index',
-    name: '测试页',
-    meta: {
-      i18n: 'test'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/util/test')
-  }]
+    path: '/test',
+    component: Layout,
+    redirect: '/test/index',
+    children: [{
+        path: 'index',
+        name: '测试页',
+        meta: {
+            i18n: 'test'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/util/test')
+    }]
 }, {
-  path: '/dict-horizontal',
-  component: Layout,
-  redirect: '/dict-horizontal/index',
-  children: [{
-    path: 'index',
-    name: '字典管理',
-    meta: {
-      i18n: 'dict'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal')
-  }]
+    path: '/dict-horizontal',
+    component: Layout,
+    redirect: '/dict-horizontal/index',
+    children: [{
+        path: 'index',
+        name: '字典管理',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal')
+    }]
 }, {
-  path: '/dict-vertical',
-  component: Layout,
-  redirect: '/dict-vertical/index',
-  children: [{
-    path: 'index',
-    name: '字典管理',
-    meta: {
-      i18n: 'dict'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
-  }]
+    path: '/dict-vertical',
+    component: Layout,
+    redirect: '/dict-vertical/index',
+    children: [{
+        path: 'index',
+        name: '字典管理',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
+    }]
 }, {
-  path: '/info',
-  component: Layout,
-  redirect: '/info/index',
-  children: [{
-    path: 'index',
-    name: '个人信息',
-    meta: {
-      i18n: 'info'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/system/userinfo')
-  }]
+    path: '/info',
+    component: Layout,
+    redirect: '/info/index',
+    children: [{
+        path: 'index',
+        name: '个人信息',
+        meta: {
+            i18n: 'info'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/system/userinfo')
+    }]
 },
-  {
+{
     path: '/mechanism',
     component: Layout,
     redirect: '/mechanism/index',
     children: [{
-      path: 'index',
-      name: '机构设施',
-      meta: {
-        i18n: 'index'
-      },
-      component: () =>
-        import( /* webpackChunkName: "views" */ '@/views/mechanism/mechanism')
+        path: 'index',
+        name: '机构设施',
+        meta: {
+            i18n: 'index'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/mechanism/mechanism')
     }]
-  },
-  {
+},
+{
     path: '/architecture',
     component: Layout,
     redirect: '/architecture/index',
     children: [{
-      path: 'index',
-      name: '校园建筑',
-      meta: {
-        i18n: 'index'
-      },
-      component: () =>
-        import( /* webpackChunkName: "views" */ '@/views/architecture/architecture')
+        path: 'index',
+        name: '校园建筑',
+        meta: {
+            i18n: 'index'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/architecture/architecture')
     }]
-  },
-  {
+},
+{
     path: '/life',
     component: Layout,
     redirect: '/life/index',
     children: [{
-      path: 'index',
-      name: '生活设施',
-      meta: {
-        i18n: 'index'
-      },
-      component: () =>
-        import( /* webpackChunkName: "views" */ '@/views/life/life')
+        path: 'index',
+        name: '生活设施',
+        meta: {
+            i18n: 'index'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/life/life')
     }]
-  },
-  {
-    path: '/hd',
-    component: Layout,
-    redirect: '/hd/index',
-    children: [{
-      path: 'index',
-      name: '专题活动',
-      meta: {
-        i18n: 'index'
-      },
-      component: () =>
-        import( /* webpackChunkName: "views" */ '@/views/hd/hd')
-    }]
-  },
-  {
+},
+// {
+//   path: '/hd',
+//   component: Layout,
+//   redirect: '/hd/index',
+//   children: [{
+//     path: 'index',
+//     name: '专题活动',
+//     meta: {
+//       i18n: 'index'
+//     },
+//     component: () =>
+//       import( /* webpackChunkName: "views" */ '@/views/hd/hd')
+//   }]
+// }, {
+//   path: '/hd/baseMap',
+//   component: Layout,
+//   redirect: '/baseMap/baseMap',
+//   children: [{
+//     path: 'index',
+//     name: '专题活动',
+//     meta: {
+//       i18n: 'index'
+//     },
+//     component: () =>
+//       import( /* webpackChunkName: "views" */ '@/views/hd/baseMap')
+//   }]
+// },
+{
     path: '/vr',
     component: Layout,
     redirect: '/vr/index',
     children: [{
-      path: 'index',
-      name: '实景管理',
-      meta: {
-        i18n: 'index'
-      },
-      component: () =>
-        import( /* webpackChunkName: "views" */ '@/views/vr/vr')
+        path: 'index',
+        name: '实景管理',
+        meta: {
+            i18n: 'index'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/vr/vr')
     }]
-  },
-  {
+},
+{
     path: '/sp',
     component: Layout,
     redirect: '/sp/index',
     children: [{
-      path: 'index',
-      name: '视频管理',
-      meta: {
-        i18n: 'index'
-      },
-      component: () =>
-        import( /* webpackChunkName: "views" */ '@/views/sp/sp')
+        path: 'index',
+        name: '视频管理',
+        meta: {
+            i18n: 'index'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/sp/sp')
     }]
-  },
-//   {
-//   path: '/work/process/leave',
-//   component: Layout,
-//   redirect: '/work/process/leave/form',
-//   children: [{
-//     path: 'form/:processDefinitionId',
-//     name: '请假流程',
-//     meta: {
-//       i18n: 'work'
-//     },
-//     component: () =>
-//       import( /* webpackChunkName: "views" */ '@/views/work/process/leave/form')
-//   }, {
-//     path: 'handle/:taskId/:processInstanceId/:businessId',
-//     name: '处理请假流程',
-//     meta: {
-//       i18n: 'work'
-//     },
-//     component: () =>
-//       import( /* webpackChunkName: "views" */ '@/views/work/process/leave/handle')
-//   }, {
-//     path: 'detail/:processInstanceId/:businessId',
-//     name: '请假流程详情',
-//     meta: {
-//       i18n: 'work'
-//     },
-//     component: () =>
-//       import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
-//   }]
-// }
+},
+    //   {
+    //   path: '/work/process/leave',
+    //   component: Layout,
+    //   redirect: '/work/process/leave/form',
+    //   children: [{
+    //     path: 'form/:processDefinitionId',
+    //     name: '请假流程',
+    //     meta: {
+    //       i18n: 'work'
+    //     },
+    //     component: () =>
+    //       import( /* webpackChunkName: "views" */ '@/views/work/process/leave/form')
+    //   }, {
+    //     path: 'handle/:taskId/:processInstanceId/:businessId',
+    //     name: '处理请假流程',
+    //     meta: {
+    //       i18n: 'work'
+    //     },
+    //     component: () =>
+    //       import( /* webpackChunkName: "views" */ '@/views/work/process/leave/handle')
+    //   }, {
+    //     path: 'detail/:processInstanceId/:businessId',
+    //     name: '请假流程详情',
+    //     meta: {
+    //       i18n: 'work'
+    //     },
+    //     component: () =>
+    //       import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
+    //   }]
+    // }
 ]

--
Gitblit v1.9.3