Commit 1d6ce134 authored by 王英豪's avatar 王英豪

修改配置

parent 6ce85b62
...@@ -3,10 +3,10 @@ axios.defaults.withCredentials=true; ...@@ -3,10 +3,10 @@ axios.defaults.withCredentials=true;
//本地环境 //本地环境
const host = "http://localhost:8000/" // const host = "http://localhost:8000/"
//测试环境 //生产环境
// const host = "http://qa.rd.com/" const host = "http://172.16.0.82:8081/"
export const fileUrl = host export const fileUrl = host
......
...@@ -100,8 +100,8 @@ export default { ...@@ -100,8 +100,8 @@ export default {
this.report_host = 'http://localhost:8080/' this.report_host = 'http://localhost:8080/'
} }
else { else {
this.report_host = fileUrl // this.report_host = fileUrl
// this.report_host = 'http://localhost:7777/' this.report_host = 'http://172.16.0.82:8089/'
} }
this.report_address = this.report_host + '#/performanceReportPage?performanceResultId='+ data.performance_report_id + '&performanceScriptId=' + this.performanceScriptId this.report_address = this.report_host + '#/performanceReportPage?performanceResultId='+ data.performance_report_id + '&performanceScriptId=' + this.performanceScriptId
......
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