fix(project): 对齐后端菜单组件路径到 order/list 目录
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 51s
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 51s
This commit is contained in:
@@ -14,7 +14,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
{
|
{
|
||||||
name: 'OrderAll',
|
name: 'OrderAll',
|
||||||
path: '/order/list',
|
path: '/order/list',
|
||||||
component: () => import('#/views/order/all/index.vue'),
|
component: () => import('#/views/order/list/index.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
icon: 'lucide:list-ordered',
|
icon: 'lucide:list-ordered',
|
||||||
title: '全部订单',
|
title: '全部订单',
|
||||||
|
|||||||
Reference in New Issue
Block a user