浏览代码

8841图片地址错误1

zhouna 4 年之前
父节点
当前提交
8284ef5a45
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/config.js

+ 1 - 1
src/api/config.js

@@ -1,6 +1,6 @@
 // const testUrl = 'http://223.93.170.82:23650'
 // const testUrl = 'http://223.93.170.82:23650'
 const testUrl = ''
 const testUrl = ''
-const host = window.location.host;
+const host = window.location.hostname;
 const imgHost = host.indexOf("localhost")>-1?'http://192.168.2.241:82':('http://'+window.location.host+':82');
 const imgHost = host.indexOf("localhost")>-1?'http://192.168.2.241:82':('http://'+window.location.host+':82');
 export default {
 export default {
     //imgHost: 'http://192.168.2.236:82',      //富文本编辑器图片回传地址
     //imgHost: 'http://192.168.2.236:82',      //富文本编辑器图片回传地址