|
|
@@ -57,8 +57,8 @@ Vue.prototype.$imghost = Vue.prototype.DOMIN // 翟毅飞本地图片服务器
|
|
|
// Vue.prototype.$imghost = 'http://www.hnyfwlw.com:8006/projectimg' // 线上图片服务器路径常量
|
|
|
Vue.prototype.$insectHost = 'https://images.weserv.nl/?url=' // 线上图片服务器路径常量
|
|
|
Vue.prototype.$wsUrl = Vue.prototype.wsUrl // 实时通信服务器url
|
|
|
-// Vue.prototype.$deriveData = Vue.prototype.DOMIN // 导出
|
|
|
-Vue.prototype.$deriveData = 'http://114.115.147.140:12345' // 导出
|
|
|
+Vue.prototype.$deriveData = Vue.prototype.DOMIN // 导出
|
|
|
+// Vue.prototype.$deriveData = 'http://114.115.147.140:12345' // 导出
|
|
|
Vue.prototype.$faultvideo = Vue.prototype.DOMIN //售后视频地址前缀
|
|
|
|
|
|
import VueHighcharts from 'vue-highcharts';
|