fix(project): 移除订单路由兼容别名
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s

This commit is contained in:
2026-02-27 10:40:14 +08:00
parent 17493780b9
commit c6554b2a54

View File

@@ -14,7 +14,6 @@ const routes: RouteRecordRaw[] = [
{
name: 'OrderAll',
path: '/order/list',
alias: ['/order/all'],
component: () => import('#/views/order/all/index.vue'),
meta: {
icon: 'lucide:list-ordered',