代码拉取完成,页面将自动刷新
import Vue from 'vue'
import App from './App'
import uView from "uview-ui";
import * as api from './api';
import store from './store/index'
import currency from './utils/index'
Vue.use(uView);
Vue.config.productionTip = false
Vue.prototype.$currency=currency
//获取小程序的APPID
const accountInfo = wx.getAccountInfoSync();
const APPID = accountInfo.miniProgram.appId
//动态获取域名
// let extConfig = wx.getExtConfigSync? wx.getExtConfigSync(): ''
// console.log(extConfig)
// if(extConfig.attr&&extConfig.attr.host){
// Vue.prototype.$baseUrl= extConfig.attr.host + '/' + APPID +'/'
// } else{
// Vue.prototype.$baseUrl= 'https://yaogeeks.dindong.cn/'+APPID+'/'
// }
Vue.prototype.$baseUrl= 'https://bibiji.rzkeji.com/api/'
Vue.prototype.$api=api
Vue.prototype.$store = store
Vue.prototype.$errorImgUrl = 'https://rzkeji.oss-cn-shenzhen.aliyuncs.com/web/yaojike2020/images/other/loading_error.png'
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。