Browse Source

update 优化 代码生成器编辑页禁用缓存 防止同步后页面不更新问题

疯狂的狮子Li 1 năm trước cách đây
mục cha
commit
6a83ed2aad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -159,7 +159,7 @@ export const dynamicRoutes: RouteRecordRaw[] = [
         path: 'index/:tableId(\\d+)',
         component: () => import('@/views/tool/gen/editTable.vue'),
         name: 'GenEdit',
-        meta: { title: '修改生成配置', activeMenu: '/tool/gen', icon: '' }
+        meta: { title: '修改生成配置', activeMenu: '/tool/gen', icon: '', noCache: true }
       }
     ]
   },