Commit 55f926b4 by 米嘉伟

新增:根据条件缓存页面

parent 08b4840b
......@@ -38,7 +38,8 @@ export default [
icon: './img/rwgl.png',
meta: {
title: "任务管理",
auth: "5"
auth: "5",
keepAlive: true,
},
component: () => import("@/views/rwgl/rwgl.vue"),
children: [
......@@ -68,7 +69,8 @@ export default [
hidden: true,
meta: {
title: "人员摸排列表",
auth: "5"
auth: "5",
keepAlive: true
},
component: () => import("@/views/rwgl/rymplb.vue"),
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment