import Vue from 'vue' import App from './App' Vue.config.productionTip = false // l=api.share // l=api.share //#ifdef MP-WEIXIN Vue.prototype.host = 'https://trade.5dev.cn/dudaowenlv/content/?' //#endif //#ifdef H5 Vue.prototype.host = 'https://www.dudaowenlv.com/dudaowenlv/content/?'; // import weixin from '@/components/h5Shsre/weixin.js'; // import Dever_Share from '@/components/h5Shsre/share.js'; //#endif App.mpType = 'app' const app = new Vue({ ...App }) app.$mount()