1 Star 0 Fork 0

nandazzia/商城代理端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
nandazzia 提交于 2024-07-14 16:27 . init
import Vue from 'vue'
import uView from 'uview-ui'
import App from './App'
import store from './store'
import bootstrap from './core/bootstrap'
import mixin from './core/mixins/app'
import './js_sdk/ican-H5Api/ican-H5Api'
// import './js_sdk/jweixin.js'
// import wx from 'jweixin-module'
import {
navTo,
showToast,
showSuccess,
showError,
getShareUrlParams,
rootUrl,
ossUrl
} from './core/app'
Vue.config.productionTip = false
App.mpType = 'app'
// 载入uView库
Vue.use(uView)
// 全局mixin
Vue.mixin(mixin)
// 挂载全局函数
// 纯文本提示框
Vue.prototype.$toast = showToast
// 成功提示框 接收回调
Vue.prototype.$success = showSuccess
// 错误提示框 接收回调
Vue.prototype.$error = showError
/**
* 跳转到指定页面url
* 支持tabBar页面
* @param {string} url 页面路径
* @param {object} query 页面参数
* @param {string} modo 跳转类型(默认navigateTo)
*/
Vue.prototype.$navTo = navTo
// 生成转发的url参数(string格式)
Vue.prototype.$getShareUrlParams = getShareUrlParams
// 项目的根域名 https
Vue.prototype.$rootUrl = rootUrl
// 存储桶的域名
Vue.prototype.$ossUrl = ossUrl
// Vue.prototype.$wx = wx
// 实例化应用
const app = new Vue({
...App,
store,
created: bootstrap
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nandazzia/mall-agent-end.git
git@gitee.com:nandazzia/mall-agent-end.git
nandazzia
mall-agent-end
商城代理端
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385