Commit e7e33c5d authored by aiduck's avatar aiduck

动态请求头

parent 62562474
......@@ -32,9 +32,9 @@ class Reporter {
// 设置系统环境变量
setEnvironment(env) {
if (env === "dev") {
this.environmentUrl = "http://hunter.duibadev.com.cn";
this.environmentUrl = "/hunter.duibadev.com.cn";
} else if (env === "prod") {
this.environmentUrl = "http://hunter.dui88.com";
this.environmentUrl = "/hunter.dui88.com";
}
}
// 上传CDN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment