|
@@ -4,6 +4,25 @@ const routesOther = [
|
|
|
path: '/other',
|
|
|
component: () => import('../views/Layout.vue'),
|
|
|
children: [
|
|
|
+ {
|
|
|
+
|
|
|
+ path: 'energy',
|
|
|
+ component: () => import('../views/Layout.vue'),
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'info',
|
|
|
+ name: 'OtherEnergyInfo',
|
|
|
+ component: () => import('../views/Other/Energy/Info.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: false,
|
|
|
+ role: [],
|
|
|
+ title: '能源中心',
|
|
|
+ },
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
//返乡调查
|
|
|
{
|
|
|
path: 'return',
|