whj 11 ヶ月 前
コミット
5a5738b786
1 ファイル変更1 行追加2 行削除
  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')
 }