fix: 小程序 API 域名切回 zhiyinwx.yzrcloud.cn

This commit is contained in:
yuzhiran
2026-06-11 21:30:36 +08:00
parent fb1746621d
commit 5d407b4f79
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export const API_ENDPOINTS = {
},
} as const
const PROD_API_HOST = import.meta.env.VITE_PROD_API_HOST || 'https://zhiyin.yzrcloud.cn'
const PROD_API_HOST = import.meta.env.VITE_PROD_API_HOST || 'https://zhiyinwx.yzrcloud.cn'
const DEV_API_HOST = 'http://localhost:3006'
let API_HOST: string