代码拉取完成,页面将自动刷新
import Vue from 'vue'
import App from './App'
import common from '@/common/common.js';
import Time from '@/common/Time.js';
import AMap from '@/common/SDK/amap-wx.js';
import store from './store';
// webim
import WebIM from '@/common/chat/WebIM.js';
import uView from "uview-ui";
Vue.prototype.$WebIM=WebIM;
// 瀑布流
// 初始化地图
// 平台不同,key需要不同
Vue.prototype.$Map=new AMap.AMapWX({key:'05af99827dbeee187d30738f6650d171'});
// 05af99827dbeee187d30738f6650d171//微信小程序
//7e4d8b4fd86295a22dcf6a8706263cf5//旧的app
// 36ad183340446d7e2804e17bf66fdc9a//新的app key
// 31dbf484fb34bacf9c26e40c7b9b34dd //dd key
// Vue.prototype.baseUrl="https://shop.mmdddd.com:8445/bus_app/";
// Vue.prototype.imgUrl="https://shop.mmdddd.com/bus_ship/";
// test
// Vue.prototype.baseUrl="https://shop.mmdddd.com:8445/bus_app/";
Vue.prototype.baseUrl="https://shop.mmdddd.com:8445/bus_app/";
//Vue.prototype.baseUrl="http://192.168.1.101:8445/bus_app/";
Vue.prototype.imgUrl="https://shop.mmdddd.com:8445/bus_ship/";
// webview
Vue.prototype.webviewUrl="https://shop.mmdddd.com:8445/workShopWeb/";
// Vue.prototype.webviewUrl="http://192.168.101.26:8080/";
Vue.prototype.bgImgUrl="https://shop.mmdddd.com:8445/h5/";
Vue.prototype.$bus = new Vue();
Vue.prototype.common=common;
Vue.prototype.Time=Time;
/* 自定义toast */
Vue.prototype.$toast = function(text, icon = 'none', duration = 1000) {
return new Promise(resolve => {
uni.showToast({
title: text,
icon,
})
setTimeout(() => {
resolve()
}, duration)
})
}
Vue.use(uView);
// Vue.config.productionTip = false;
//#ifdef APP-PLUS
let window={};
//#endif
App.mpType = 'app'
Vue.filter('toFixed', function (value) {
if (!value) return '0.00'
value = Number(value)
return value.toFixed(2)
})
window.Vue = new Vue({
...App,
store
}).$mount()
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。