2 Star 1 Fork 0

唐寅/房象小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 697 Bytes
一键复制 编辑 原始数据 按行查看 历史
唐寅 提交于 2020-12-24 16:46 . 第一次
import Vue from 'vue'
import App from './App'
import * as Api from './config/api.js'
import * as Common from './config/common.js'
import * as Db from './config/db.js'
import * as Config from './config/config.js'
import store from './store'
import './common/uni-H5Api'
// #ifdef H5
import * as wx from './static/js/wx.js'
// #endif
Vue.config.productionTip = false
Vue.prototype.$api = Api;
Vue.prototype.$common = Common;
Vue.prototype.$db = Db;
Vue.prototype.$config = Config;
Vue.prototype.$store = store;
// #ifdef H5
Vue.prototype.$wx = wx;
// #endif
//配置rem
// import* as rem from './rem'
// Vue.prototype.$rem=rem;
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lifeforgames/room-elephant-program.git
[email protected]:lifeforgames/room-elephant-program.git
lifeforgames
room-elephant-program
房象小程序
master

搜索帮助