소스 검색

图片地址ip

yf_zd 5 년 전
부모
커밋
a293b5051f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -12,7 +12,7 @@ Vue.prototype.$EventBus = new Vue() //中央时间总线
 
 Vue.config.productionTip = false //是阻止显示生产模式的消息
 
-Vue.prototype.$host = 'http://192.168.1.12:8000/' // 线下图片服务器路径常量
+Vue.prototype.$host = 'http://47.104.218.216:8006/' // 线下图片服务器路径常量
 
 
 import 'babel-polyfill' //兼容IE11