1.调试ai
This commit is contained in:
@@ -762,9 +762,21 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
component: Layout,
|
||||
name: 'Reports',
|
||||
meta: {
|
||||
hidden: true
|
||||
hidden: false,
|
||||
title: '数据报表'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'sales-daily',
|
||||
name: 'SalesDailyAI',
|
||||
meta: {
|
||||
title: '销售日报',
|
||||
icon: 'ep:calendar',
|
||||
noCache: true,
|
||||
hidden: false
|
||||
},
|
||||
component: () => import('@/views/ydoyun/report/salesdaily/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'lijun/category-diagnostic',
|
||||
name: 'CategoryDiagnostic',
|
||||
|
||||
Reference in New Issue
Block a user