whj 11 miesięcy temu
rodzic
commit
5a5738b786
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/router/generator-platform-routers.js

+ 1 - 2
src/router/generator-platform-routers.js

@@ -451,8 +451,7 @@ const constantRouterComponents = {
   // test
   'Test': () => import('@/views/test/Test1.vue'),
   // 自定义
-/*   'CustomForm': () => import('@/views/custom/form/CustomForm.vue'),
-  'CustomForm': () => import('@/views/custom/form/CustomForm.vue'), */
+  'CustomForm': () => import('@/views/custom/form/CustomForm.vue'),
   // threeJs
   'Workflow': () => import('@/views/workflow/workflow/Workflow.vue')
 }