修改请求地址

This commit is contained in:
GYJ
2024-12-02 18:23:57 +08:00
parent c6c26f53ff
commit 1b5e5ecf3d
3 changed files with 10 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ http.adornUrl = (actionName) => {
// return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName
// return 'http://192.168.0.132:8184/sqx_fast/' + actionName
// return 'https://duanjudl.xianmxkj.co/sqx_fast/' + actionName
return '/sqx_fast/' + actionName
return 'https://video.hnsiyao.cn/sqx_fast/' + actionName
}
http.adornUrlUp = (actionName) => {
@@ -53,7 +53,7 @@ http.adornUrlUp = (actionName) => {
// return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName
// return 'http://192.168.0.132:8183/sqx_fast/' + actionName
// return 'https://duanjudl.xianmxkj.co/sqx_fast/' + actionName
return '/sqx_fast/' + actionName
return 'https://video.hnsiyao.cn/sqx_fast/' + actionName
}
/**