1 Star 0 Fork 4

hsmowang/waimai-uniapp

forked from 一只码/waimai-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
一只码 提交于 2020-10-17 15:45 . 首次提交
import Vue from 'vue'
import App from './App'
import pageHead from './components/page-head.vue'
import pageFoot from './components/page-foot.vue'
import uLink from '@/components/uLink.vue'
import store from './store'
import { http } from '@/common/service.js' // 全局挂载引入,配置相关在该index.js文件里修改
/***
import MescrollBody from "@/components/mescroll-uni/mescroll-body.vue"
import MescrollUni from "@/components/mescroll-uni/mescroll-uni.vue"
Vue.component('mescroll-body', MescrollBody)
Vue.component('mescroll-uni', MescrollUni)
**/
Vue.prototype.$http = http
Vue.config.productionTip = false
Vue.prototype.$store = store
Vue.prototype.$backgroundAudioData = {
playing: false,
playTime: 0,
formatedPlayTime: '00:00:00'
}
Vue.prototype.$adpid = "1111111111"
Vue.prototype.wechatAppId = "wx1cd87722a5f39d01"
Vue.prototype.templateId = "0VTS54fueHsTmDqaHdbfpO-F586HOJkwlKtgQZoI9H4"
Vue.prototype.shareImage = "https://lajun-chihe.oss-cn-beijing.aliyuncs.com/chihe-share.jpeg"
Vue.prototype.contactImage = "https://leijun-common.oss-cn-shenzhen.aliyuncs.com/lajun-wechat.jpeg"
Vue.prototype.raiseImage = "https://leijun-common.oss-cn-shenzhen.aliyuncs.com/raise.jpeg"
Vue.component('page-head', pageHead)
Vue.component('page-foot', pageFoot)
Vue.component('uLink', uLink)
App.mpType = 'app'
const app = new Vue({
store,
...App
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dongwang911/waimai-uniapp.git
git@gitee.com:dongwang911/waimai-uniapp.git
dongwang911
waimai-uniapp
waimai-uniapp
main

搜索帮助