From a3e58a01a11fe1dd0d71ab683a4dff66aaf925de Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Tue, 6 Jan 2026 20:01:20 -0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/UserCenter/DesktopLayout/index.vue | 2 +- vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/UserCenter/DesktopLayout/index.vue b/src/pages/UserCenter/DesktopLayout/index.vue index b160900..bb1d8e6 100644 --- a/src/pages/UserCenter/DesktopLayout/index.vue +++ b/src/pages/UserCenter/DesktopLayout/index.vue @@ -11,7 +11,7 @@
-
{{ userInfo.email }}
+
{{ userInfo.email }}
diff --git a/vite.config.ts b/vite.config.ts index 31d7b93..542fcbd 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,7 +19,7 @@ export default defineConfig({ // 将所有以 /api 开头的请求转发到目标服务器 // 1. 匹配所有以 /public 开头的请求 '/api/v1': { - target: 'https://h.hifastapp.com', + target: 'https://hifastvpn.com', changeOrigin: true, // rewrite: (path) => path.replace(/^\/api/, ''), autoRewrite: true,