From 2ae4f709b773b8d033dfa8c19e9388ff4421463b Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Sat, 28 Jun 2025 17:23:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 2 +- .env.pre | 2 +- .env.prod | 2 +- src/layouts/UserLayout.vue | 2 +- src/views/login/index.vue | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.dev b/.env.dev index af2fe0a..f970060 100644 --- a/.env.dev +++ b/.env.dev @@ -12,7 +12,7 @@ VITE_ROUTER_BASE=/ VITE_ROUTER_HISTORY=hash # api -VITE_API_BASIC=http://10.10.1.6:8070 +VITE_API_BASIC=https://zh.shibeitong.com VITE_API_HTTP=/api/v1/ # storage VITE_STORAGE_NAMESPACE = gin-admin_local_ \ No newline at end of file diff --git a/.env.pre b/.env.pre index 61289fe..1a3f88d 100644 --- a/.env.pre +++ b/.env.pre @@ -11,7 +11,7 @@ VITE_PERMISSION=false VITE_ROUTER_HISTORY=hash # api -VITE_API_BASIC=/ +VITE_API_BASIC=https://zh.shibeitong.com VITE_API_HTTP=/api/v1/ # storage diff --git a/.env.prod b/.env.prod index 37cac16..47e8aa2 100644 --- a/.env.prod +++ b/.env.prod @@ -11,7 +11,7 @@ VITE_PERMISSION=true VITE_ROUTER_HISTORY=hash # api -VITE_API_BASIC=http://10.10.1.6:8070 +VITE_API_BASIC=https://zh.shibeitong.com VITE_API_HTTP=/api/v1/ # storage diff --git a/src/layouts/UserLayout.vue b/src/layouts/UserLayout.vue index afd1a5b..bac07bc 100644 --- a/src/layouts/UserLayout.vue +++ b/src/layouts/UserLayout.vue @@ -8,7 +8,7 @@ -

{{ $t('pages.layouts.userLayout.title') }}

+