feat: 更新 @riwa/api-types 依赖版本,添加市场订单页面及相关组件

This commit is contained in:
2026-01-07 20:10:04 +07:00
parent d89e5323c1
commit accc5a3ccd
6 changed files with 60 additions and 13 deletions

View File

@@ -219,6 +219,11 @@ const routes: Array<RouteRecordRaw> = [
},
],
},
{
path: "/market/orders",
component: () => import("@/views/market/orders.vue"),
meta: { requiresAuth: true },
},
{
path: "/global-menu",
component: () => import("@/views/global-menu/index.vue"),