achao il y a 2 ans
Parent
commit
a83397448c
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      unimall-admin/src/router/index.js

+ 5 - 0
unimall-admin/src/router/index.js

@@ -57,6 +57,11 @@ export const constantRouterMap = [
     component: () => import('@/views/errorPage/401'),
     component: () => import('@/views/errorPage/401'),
     hidden: true
     hidden: true
   },
   },
+  {
+    path: '/tools/gen/editTable/:tableId',
+    component: () => import('@/views/tools/gen/editTable/'),
+    hidden: true
+  },
   {
   {
     path: '',
     path: '',
     component: Layout,
     component: Layout,