Skip to content

UTS 类型:RouteRecordPath

页面地址。

UTS

ts
import * as PagesJson from '@/pagesJsonRouter.uts';

/**
 * 路由地址
 */
export type RouteRecordPath = PagesJson.PagePath

提示

该类型可选值会根据项目根目录的 pages.json 自动更新。

Released under the MIT License.