feat: 更新环境配置,修改应用标题和描述,更新生产环境服务地址,添加订阅路由
This commit is contained in:
4
.env
4
.env
@@ -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
|
||||
|
||||
@@ -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= `{}`
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user