fix(project): align all-orders route to /order/list
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 51s

This commit is contained in:
2026-02-27 10:35:49 +08:00
parent 50877b6ba9
commit 17493780b9

View File

@@ -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',