浏览代码

产品路由缓存

lichao 3 年之前
父节点
当前提交
a2d705856c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/router/views/index.js

+ 2 - 2
src/router/views/index.js

@@ -138,14 +138,14 @@ export default [{
   },
   //产品
   {
-    path: '/productInfo_detailsPageEdit',
+    path: '/basicData/productInformation/index',
     component: Layout,
     hidden: true,
     children: [{
       path: '/basicData/productInformation/index',
       name: '产品信息',
       meta: {
-        i18n: 'basicData/productInformation/index'
+        keepAlive: true,
       },
       component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/productInformation/index')
     }]