去除版本控制
This commit is contained in:
parent
c54c6b76b6
commit
d87ad83692
|
|
@ -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
|
||||
})()
|
||||
|
||||
// 编译
|
||||
|
|
|
|||
|
|
@ -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/";
|
||||
|
||||
/**
|
||||
* 请求拦截
|
||||
|
|
|
|||
Loading…
Reference in New Issue