Commit 8c28f240 by caoyanzhi

update: 活码详情页面添加keepAlive

parent 0c65cf9f
...@@ -23,7 +23,11 @@ const staffActCodeRouter = [ ...@@ -23,7 +23,11 @@ const staffActCodeRouter = [
{ {
path: '/actCodeDetails', path: '/actCodeDetails',
name: '活码详情-详情', name: '活码详情-详情',
component: _import('salesleads/actCodeManage/staffActCode', 'actCodeDetail') component: _import('salesleads/actCodeManage/staffActCode', 'actCodeDetail'),
meta: {
keepAlive: true,
fromPath: ['/actCodeRecord']
}
}, },
{ {
path: '/actCodeAdd', path: '/actCodeAdd',
......
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