1 Star 0 Fork 1

桐弓互联/yidd-tools

forked from aimengmei/yidd-tools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
donghao 提交于 2021-06-04 14:55 . feat: 整理目录结构
import Vue from 'vue'
import App from './App'
// 重写uni-app Api
import reuni from '@/common/reuni'
// 工具函数集合
import tools from '@/common/tools'
// 基础配置
import config from '@/common/config'
// 全局常量
import constants from '@/constants'
// vuex store
import store from './store'
// uniCloud请求封装
import service from '@/service'
// 分享信息
import shareInfo from '@/mixins/share-info'
Vue.config.productionTip = false
// 全局注册应用配置
Vue.prototype.$tools = tools
Vue.prototype.$constants = constants
Vue.prototype.$config = config
Vue.prototype.$service = service
Vue.prototype.$store = store
// 设置全局分享信息mixin
Vue.mixin(shareInfo)
// 初始化执行
// 标题栏样式
store.commit('setNavBarConf')
// 重写uni-app Api
reuni.init()
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tongong/yidd-tools.git
git@gitee.com:tongong/yidd-tools.git
tongong
yidd-tools
yidd-tools
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385