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: [
|
children: [
|
||||||
{
|
{
|
||||||
name: 'OrderAll',
|
name: 'OrderAll',
|
||||||
path: '/order/all',
|
path: '/order/list',
|
||||||
|
alias: ['/order/all'],
|
||||||
component: () => import('#/views/order/all/index.vue'),
|
component: () => import('#/views/order/all/index.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
icon: 'lucide:list-ordered',
|
icon: 'lucide:list-ordered',
|
||||||
|
|||||||
Reference in New Issue
Block a user