From 8175f19da0ff47fddc44e489e5e915d25c8b83d7 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Mon, 20 Apr 2026 03:42:01 +0300 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E8=8B=B9=E6=9E=9C=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Help/DownloadMethodList/DownloadMethodList.vue | 2 +- vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Help/DownloadMethodList/DownloadMethodList.vue b/src/pages/Help/DownloadMethodList/DownloadMethodList.vue index 1e7648e..19bbdfb 100644 --- a/src/pages/Help/DownloadMethodList/DownloadMethodList.vue +++ b/src/pages/Help/DownloadMethodList/DownloadMethodList.vue @@ -176,7 +176,7 @@ interface Hotzone { } const accounts = [ { account: 'prla08741@gmx.com', password: 'Qw990088' }, - { account: 'guazhexing721@gmx.com', password: 'Qw990088' }, + { account: 'zhongcujiu8051@hotmail.com', password: 'Dx114461' }, ] const selectedIndex = ref(0) // 直接在内部定义数据 const downloadMethods = computed(() => { diff --git a/vite.config.ts b/vite.config.ts index c43576b..c1ce7cc 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,7 +19,7 @@ export default defineConfig({ // 将所有以 /api 开头的请求转发到目标服务器 // 1. 匹配所有以 /public 开头的请求 '/api/v1': { - target: 'https://tapi.hifast.biz', + target: 'https://api.hifast.biz', changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, ''), autoRewrite: true,