当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 0

trt-xlyz/test
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 777 Bytes
一键复制 编辑 原始数据 按行查看 历史
吕然 提交于 2022-01-12 10:46 . first
import Vue from 'vue'
import uView from 'uview-ui'
import App from './App'
import store from './store'
import platform from './core/platform'
import bootstrap from './core/bootstrap'
import {
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 = platform
// 载入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()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/trt-xlyz/test.git
git@gitee.com:trt-xlyz/test.git
trt-xlyz
test
test
master

搜索帮助