Quellcode durchsuchen

improve: 页面重定向

From-wh vor 2 Jahren
Ursprung
Commit
709d2449b7
1 geänderte Dateien mit 21 neuen und 11 gelöschten Zeilen
  1. 21 11
      template/admin/src/router/routers.js

+ 21 - 11
template/admin/src/router/routers.js

@@ -24,7 +24,7 @@ import BasicLayout from '@/components/main';
 import statistic from './modules/statistic';
 import frameOut from './modules/frameOut';
 import division from './modules/division';
-import settings  from '@/setting'
+import settings from '@/setting';
 let routePre = settings.routePre;
 /**
  * 在主框架内显示
@@ -51,7 +51,7 @@ const frameIn = [
       //   component: () => import('@/pages/system/log')
       // },
       {
-        path: routePre+'/system/user',
+        path: routePre + '/system/user',
         name: `systemUser`,
         meta: {
           auth: true,
@@ -60,7 +60,7 @@ const frameIn = [
         component: () => import('@/pages/setting/user/index'),
       },
       {
-        path: routePre+'/system/files',
+        path: routePre + '/system/files',
         name: `systemFiles`,
         meta: {
           auth: ['admin-setting-files'],
@@ -95,7 +95,17 @@ const frameIn = [
     ],
   },
   {
-    path: routePre+'/widget.images/index.html',
+    path: routePre,
+    meta: {
+      title: 'CRMEB',
+    },
+    redirect: {
+      name: 'home_index',
+    },
+    component: BasicLayout,
+  },
+  {
+    path: routePre + '/widget.images/index.html',
     name: `images`,
     meta: {
       auth: ['admin-user-user-index'],
@@ -104,7 +114,7 @@ const frameIn = [
     component: () => import('@/components/uploadPictures/widgetImg'),
   },
   {
-    path: routePre+'/widget.widgets/icon.html',
+    path: routePre + '/widget.widgets/icon.html',
     name: `imagesIcon`,
     meta: {
       auth: ['admin-user-user-index'],
@@ -113,7 +123,7 @@ const frameIn = [
     component: () => import('@/components/iconFrom/index'),
   },
   {
-    path: routePre+'/store.StoreProduct/index.html',
+    path: routePre + '/store.StoreProduct/index.html',
     name: `storeProduct`,
     meta: {
       title: '选择商品',
@@ -121,7 +131,7 @@ const frameIn = [
     component: () => import('@/components/goodsList/index'),
   },
   {
-    path: routePre+'/system.User/list.html',
+    path: routePre + '/system.User/list.html',
     name: `changeUser`,
     meta: {
       title: '选择用户',
@@ -129,7 +139,7 @@ const frameIn = [
     component: () => import('@/components/customerInfo/index'),
   },
   {
-    path: routePre+'/widget.video/index.html',
+    path: routePre + '/widget.video/index.html',
     name: `video`,
     meta: {
       title: '上传视频',
@@ -163,7 +173,7 @@ const frameOuts = frameOut;
 
 const errorPage = [
   {
-    path: routePre+'/403',
+    path: routePre + '/403',
     name: '403',
     meta: {
       title: '403',
@@ -171,7 +181,7 @@ const errorPage = [
     component: () => import('@/pages/system/error/403'),
   },
   {
-    path: routePre+'/500',
+    path: routePre + '/500',
     name: '500',
     meta: {
       title: '500',
@@ -179,7 +189,7 @@ const errorPage = [
     component: () => import('@/pages/system/error/500'),
   },
   {
-    path: routePre+'/*',
+    path: routePre + '/*',
     name: '404',
     meta: {
       title: '404',