1 Star 0 Fork 1.1K

talent_web/萤火商城V2.0-uniapp端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yahoo 提交于 2021-12-03 14:30 . 优化 app类库转移到core目录
import Vue from 'vue'
import App from './App'
import store from './store'
import uView from 'uview-ui'
import bootstrap from './core/bootstrap'
import {
getPlatform,
navTo,
showToast,
showSuccess,
showError,
getShareUrlParams
} from './core/app'
import './js_sdk/ican-H5Api/ican-H5Api'
Vue.config.productionTip = false
App.mpType = 'app'
// 当前运行的终端
Vue.prototype.$platform = getPlatform()
// 载入uView库
Vue.use(uView)
// 挂载全局函数
Vue.prototype.$toast = showToast
Vue.prototype.$success = showSuccess
Vue.prototype.$error = showError
Vue.prototype.$navTo = navTo
Vue.prototype.$getShareUrlParams = getShareUrlParams
// 实例化应用
const app = new Vue({
...App,
store,
created: bootstrap
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/talent_web/yoshop2.0-uniapp.git
git@gitee.com:talent_web/yoshop2.0-uniapp.git
talent_web
yoshop2.0-uniapp
萤火商城V2.0-uniapp端
master

搜索帮助