refactor: 重命名订单大厅路由与目录 board → hall,匹配数据库菜单路径
Some checks failed
Build and Deploy TenantUI / build-and-deploy (push) Failing after 27s
Some checks failed
Build and Deploy TenantUI / build-and-deploy (push) Failing after 27s
This commit is contained in:
@@ -12,9 +12,9 @@ const routes: RouteRecordRaw[] = [
|
||||
path: '/order',
|
||||
children: [
|
||||
{
|
||||
name: 'OrderBoard',
|
||||
path: '/order/board',
|
||||
component: () => import('#/views/order/board/index.vue'),
|
||||
name: 'OrderHall',
|
||||
path: '/order/hall',
|
||||
component: () => import('#/views/order/hall/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:layout-dashboard',
|
||||
title: '订单大厅',
|
||||
|
||||
Reference in New Issue
Block a user