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

4
.env
View File

@@ -2,9 +2,9 @@
# if use a sub directory, it must be end with "/", like "/admin/" but not "/admin"
VITE_BASE_URL=/
VITE_APP_TITLE=SoybeanAdmin
VITE_APP_TITLE=RiwsanAdmin
VITE_APP_DESC=SoybeanAdmin is a fresh and elegant admin template
VITE_APP_DESC=RiwsanAdmin is trade palatform admin system
# the prefix of the icon name
VITE_ICON_PREFIX=icon

View File

@@ -1,5 +1,5 @@
# backend service base url, prod environment
VITE_SERVICE_BASE_URL=http://192.168.1.7:9527
VITE_SERVICE_BASE_URL=https://riwa-api.riwsan1.com
# other backend service base url, prod environment
VITE_OTHER_SERVICE_BASE_URL= `{}`

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'
}
}
]
},
{