/** * @file 用户模块路由定义 * @author JunBin.Yang */ export class UserRoutes { /** * 个人中心路由 */ static Profile = "user/profile"; }