feat: 更新环境配置,修改应用标题和描述,更新生产环境服务地址,添加订阅路由

This commit is contained in:
2026-01-14 00:22:04 +07:00
parent ef4da24156
commit 8f2edab813
3 changed files with 12 additions and 12 deletions

View File

@@ -164,15 +164,15 @@ export const generatedRoutes: GeneratedRoute[] = [
i18nKey: 'route.rwa_producttype'
}
},
// {
// name: 'rwa_subscribe',
// path: '/rwa/subscribe',
// component: 'view.rwa_subscribe',
// meta: {
// title: 'rwa_subscribe',
// i18nKey: 'route.rwa_subscribe'
// }
// }
{
name: 'rwa_subscribe',
path: '/rwa/subscribe',
component: 'view.rwa_subscribe',
meta: {
title: 'rwa_subscribe',
i18nKey: 'route.rwa_subscribe'
}
}
]
},
{