Commit 9d9e8649 by yugujie

fix: actCodeRouter file path error

parent da7b72e0
...@@ -4,7 +4,7 @@ const attractFlowLinkRouter = [ ...@@ -4,7 +4,7 @@ const attractFlowLinkRouter = [
{ {
path: '/attractFlowLink', path: '/attractFlowLink',
name: '引流链接', name: '引流链接',
component: _import('salesleads/actCode/attractFlowLink', 'index') component: _import('salesleads/actCodeManage/attractFlowLink', 'index')
} }
]; ];
......
...@@ -4,7 +4,7 @@ const staffActCodeRouter = [ ...@@ -4,7 +4,7 @@ const staffActCodeRouter = [
{ {
path: '/staffActCode', path: '/staffActCode',
name: '员工活码', name: '员工活码',
component: _import('salesleads/actCode/staffActCode', 'index') component: _import('salesleads/actCodeManage/staffActCode', 'index')
} }
]; ];
......
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