修改请求地址
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user