fix: 小程序 API 域名改为 zhiyin.yzrcloud.cn(与 H5 同域)避免微信白名单问题

This commit is contained in:
yuzhiran
2026-06-11 21:02:14 +08:00
parent 6dfb6bef48
commit a69aa31836
4 changed files with 16 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://zhiyinwx.yzrcloud.cn'
const PROD_API_HOST = import.meta.env.VITE_PROD_API_HOST || 'https://zhiyin.yzrcloud.cn'
const DEV_API_HOST = 'http://localhost:3006'
let API_HOST: string