运行项目

This commit is contained in:
GYJ
2024-12-02 18:01:09 +08:00
parent 73081077d3
commit 6f3869f75f
10 changed files with 213 additions and 21471 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:8100/sqx_fast/' + actionName
// return 'https://duanjuadmin.xianmxkj.com/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://duanjuadmin.xianmxkj.com/sqx_fast/' + actionName
return '/sqx_fast/' + actionName
return 'https://video.hnsiyao.cn/sqx_fast/' + actionName
}
http.adornUrlWX = (actionName) => {
@@ -61,7 +61,7 @@ http.adornUrlWX = (actionName) => {
// return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName
return '/weixin/' + actionName
// return 'https://api.weixin.qq.com/' + actionName
// return '/sqx_fast/' + actionName
// return 'https://video.hnsiyao.cn/sqx_fast/' + actionName
}
/**