achao hace 2 años
padre
commit
a83397448c
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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'),
     hidden: true
   },
+  {
+    path: '/tools/gen/editTable/:tableId',
+    component: () => import('@/views/tools/gen/editTable/'),
+    hidden: true
+  },
   {
     path: '',
     component: Layout,