fix(project): align all-orders route to /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:
@@ -13,7 +13,8 @@ const routes: RouteRecordRaw[] = [
|
||||
children: [
|
||||
{
|
||||
name: 'OrderAll',
|
||||
path: '/order/all',
|
||||
path: '/order/list',
|
||||
alias: ['/order/all'],
|
||||
component: () => import('#/views/order/all/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:list-ordered',
|
||||
|
||||
Reference in New Issue
Block a user