diff --git a/.env b/.env index ce22fc4..95434f6 100644 --- a/.env +++ b/.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 diff --git a/.env.prod b/.env.prod index 53ae587..0fa5f78 100644 --- a/.env.prod +++ b/.env.prod @@ -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= `{}` diff --git a/src/router/elegant/routes.ts b/src/router/elegant/routes.ts index 36b30d7..0f3c310 100644 --- a/src/router/elegant/routes.ts +++ b/src/router/elegant/routes.ts @@ -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' + } + } ] }, {