seimin 2 years ago
parent
commit
578de4a60b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/request/api.js
  2. 1 1
      src/request/host.js

+ 1 - 1
src/request/api.js

@@ -63,7 +63,7 @@ export const submitWebRemark = (id,params) => {
63 63
 // 新建事件:
64 64
 // 获取微信/web报障图片
65 65
 export const getIncidentWebImgs = (failureId) => {
66
-  return axios.get('/service/common/common/listAttachment/webRequesterIncident/' + failureId, {});
66
+  return axios.get('/service/common/common/listAttachment/wechatRequesterIncident/' + failureId, {});
67 67
 }
68 68
 // 获取事件单号
69 69
 export const getSjNum = () => {

+ 1 - 1
src/request/host.js

@@ -1,3 +1,3 @@
1 1
 module.exports={
2
-    host:"http://itsm.zuel.edu.cn"
2
+    host:location.origin
3 3
 }