@@ -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