From 8f2edab8139a8a00b96aafca4a80d67ada817831 Mon Sep 17 00:00:00 2001 From: Seven Date: Wed, 14 Jan 2026 00:22:04 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=92=8C=E6=8F=8F=E8=BF=B0=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=EF=BC=8C=E6=B7=BB=E5=8A=A0=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ++-- .env.prod | 2 +- src/router/elegant/routes.ts | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) 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' + } + } ] }, {