fix: 更新 @riwa/api-types 依赖的版本和路径,添加资产记录路由的类型参数

This commit is contained in:
2026-01-08 11:56:44 +07:00
parent 20913c6718
commit bd29b84747
6 changed files with 12 additions and 11 deletions

View File

@@ -106,7 +106,7 @@ const routes: Array<RouteRecordRaw> = [
meta: { requiresAuth: true },
},
{
path: "/asset_record/:code",
path: "/asset_record/:code/:type?",
props: true,
component: () => import("@/views/wallet/asset-record.vue"),
meta: { requiresAuth: true },