浏览代码

fix:【商城】模版装修、页面装修,禁用 cache

YunaiV 10 月之前
父节点
当前提交
8c4e1b7c72
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/router/modules/remaining.ts

+ 2 - 2
src/router/modules/remaining.ts

@@ -476,7 +476,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
         name: 'DiyTemplateDecorate',
         meta: {
           title: '模板装修',
-          noCache: true,
+          noCache: false,
           hidden: true,
           activeMenu: '/mall/promotion/diy-template/diy-template'
         },
@@ -487,7 +487,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
         name: 'DiyPageDecorate',
         meta: {
           title: '页面装修',
-          noCache: true,
+          noCache: false,
           hidden: true,
           activeMenu: '/mall/promotion/diy-template/diy-page'
         },