Merge branch 'master-v32-xwx' into 'master'
杭州-故障诊断-apm添加优化 See merge request !269
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -137,7 +137,7 @@ export default { | @@ -137,7 +137,7 @@ export default { | ||
137 | targetId:proxy.targetId, | 137 | targetId:proxy.targetId, |
138 | apmList:[row] | 138 | apmList:[row] |
139 | } | 139 | } |
140 | - proxy.$http.post('/fault/conf/apm/batchAddApm',params,function (res){ | 140 | + proxy.$http.post('/api-web/fault/conf/apm/batchAddApm',params,function (res){ |
141 | if(res && res.str){ | 141 | if(res && res.str){ |
142 | proxy.$global.showMsg('添加成功','success'); | 142 | proxy.$global.showMsg('添加成功','success'); |
143 | proxy.targetId=res.str; | 143 | proxy.targetId=res.str; |
-
Please register or login to post a comment