新增 admin 下 由于文件夹名称log而丢失的文件
This commit is contained in:
@@ -168,7 +168,7 @@ export const constantRoutes = [
|
||||
},
|
||||
{
|
||||
path: 'integrallog',
|
||||
component: () => import('@/views/marketing/integral/log/index'),
|
||||
component: () => import('@/views/marketing/integral/integralLog/index'),
|
||||
name: 'DatasIntegralLog',
|
||||
meta: { title: '积分日志', icon: '' }
|
||||
}
|
||||
|
||||
@@ -122,7 +122,7 @@ const marketingRouter = {
|
||||
},
|
||||
{
|
||||
path: 'integrallog',
|
||||
component: () => import('@/views/marketing/integral/log/index'),
|
||||
component: () => import('@/views/marketing/integral/integralLog/index'),
|
||||
name: 'integralLog',
|
||||
meta: { title: '积分日志', icon: '' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user