2 Star 0 Fork 0

jollyzhilin/locallife_wxapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 1016 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jolly 提交于 2022-11-16 18:22 . a
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()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jollyzhilin/locallife_wxapp.git
git@gitee.com:jollyzhilin/locallife_wxapp.git
jollyzhilin
locallife_wxapp
locallife_wxapp
master

搜索帮助