feat: 更新新闻相关功能,整合 API 数据获取,优化新闻列表展示和详情页面
This commit is contained in:
@@ -225,6 +225,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import("@/views/market/orders.vue"),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/new/:id",
|
||||
props: true,
|
||||
component: () => import("@/views/new/id.vue"),
|
||||
},
|
||||
{
|
||||
path: "/global-menu",
|
||||
component: () => import("@/views/global-menu/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user