diff --git a/gulpfile.js b/gulpfile.js index f1a8ee2..246d0fa 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 })() // 编译 diff --git a/src/utils/httpRequest.js b/src/utils/httpRequest.js index ea77ded..7e3b105 100644 --- a/src/utils/httpRequest.js +++ b/src/utils/httpRequest.js @@ -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/"; /** * 请求拦截