Ver código fonte

修改图片服务器地址

zhangxc 5 anos atrás
pai
commit
c2a52f74d9
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/api/config.js

+ 2 - 2
src/api/config.js

@@ -3,8 +3,8 @@ const testUrl = ''
 
 
 export default {
 export default {
   host:'http://192.168.2.241:5050',
   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,
   delayTime: 500,
   urls: {
   urls: {
     /* 登录注册相关接口 */
     /* 登录注册相关接口 */