去除版本控制

This commit is contained in:
YeMingfei666 2024-12-17 18:47:56 +08:00
parent c54c6b76b6
commit d87ad83692
2 changed files with 6 additions and 4 deletions

View File

@ -16,8 +16,10 @@ var env = ''; // 运行环境
var DD = d.getDate() >= 10 ? d.getDate() : '0' + d.getDate()
var h = d.getHours() >= 10 ? d.getHours() : '0' + d.getHours()
var mm = d.getMinutes() >= 10 ? d.getMinutes() : '0' + d.getMinutes()
version = yy + MM + DD + h + mm
versionPath = distPath + '/' + version
// version = yy + MM + DD + h + mm
// versionPath = distPath + '/' + version
// version = yy + MM + DD + h + mm
// versionPath = distPath + '/' + version
})()
// 编译

View File

@ -14,8 +14,8 @@ const http = axios.create({
})
// const requestURl = "http://localhost:8100/sqx_fast/";
// const requestURl = "https://video.hnsiyao.cn/sqx_fast/";
const requestURl = "https://dj-api.hnsiyao.cn/sqx_fast/";
const requestURl = "https://video.hnsiyao.cn/sqx_fast/";
// const requestURl = "https://dj-api.hnsiyao.cn/sqx_fast/";
/**
* 请求拦截