fix: 小程序 API 域名切回 zhiyinwx.yzrcloud.cn
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 生产环境变量
|
||||
VITE_API_BASE_URL=https://zhiyin.yzrcloud.cn/api
|
||||
VITE_API_BASE_URL=https://zhiyinwx.yzrcloud.cn/api
|
||||
VITE_APP_NAME=AI磁场
|
||||
VITE_PROD_API_HOST=https://zhiyin.yzrcloud.cn
|
||||
VITE_PROD_API_HOST=https://zhiyinwx.yzrcloud.cn
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user