This commit is contained in:
parent
6c296dbaaf
commit
8175f19da0
@ -176,7 +176,7 @@ interface Hotzone {
|
|||||||
}
|
}
|
||||||
const accounts = [
|
const accounts = [
|
||||||
{ account: 'prla08741@gmx.com', password: 'Qw990088' },
|
{ account: 'prla08741@gmx.com', password: 'Qw990088' },
|
||||||
{ account: 'guazhexing721@gmx.com', password: 'Qw990088' },
|
{ account: 'zhongcujiu8051@hotmail.com', password: 'Dx114461' },
|
||||||
]
|
]
|
||||||
const selectedIndex = ref(0) // 直接在内部定义数据
|
const selectedIndex = ref(0) // 直接在内部定义数据
|
||||||
const downloadMethods = computed(() => {
|
const downloadMethods = computed(() => {
|
||||||
|
|||||||
@ -19,7 +19,7 @@ export default defineConfig({
|
|||||||
// 将所有以 /api 开头的请求转发到目标服务器
|
// 将所有以 /api 开头的请求转发到目标服务器
|
||||||
// 1. 匹配所有以 /public 开头的请求
|
// 1. 匹配所有以 /public 开头的请求
|
||||||
'/api/v1': {
|
'/api/v1': {
|
||||||
target: 'https://tapi.hifast.biz',
|
target: 'https://api.hifast.biz',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||||
autoRewrite: true,
|
autoRewrite: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user