Browse Source

修改图片服务器地址

zhangxc 5 years ago
parent
commit
c2a52f74d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/config.js

+ 2 - 2
src/api/config.js

@@ -3,8 +3,8 @@ const testUrl = ''
 
 export default {
   host:'http://192.168.2.241:5050',
-  // imgHost:'http://192.168.2.121:82',      //富文本编辑器图片回传地址
-  imgHost:'http://192.168.2.241:82',      //富文本编辑器图片回传地址
+  imgHost:'http://192.168.2.121:82',      //富文本编辑器图片回传地址
+  // imgHost:'http://192.168.2.241:82',      //富文本编辑器图片回传地址
   delayTime: 500,
   urls: {
     /* 登录注册相关接口 */