1 Star 2 Fork 4

草语 / bender-im-uniapp

forked from CodeBender / bender-im-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
CodeBender 提交于 2021-04-21 08:35 . no message
import Vue from 'vue'
import App from './App'
import tabBar from './common/tabbar/tabbar.vue'
import store from './sdk/store/index.js'
import BenderSdk from './sdk/sdk.js'
import httpInterceptor from './sdk/config/request.config.js'
import ImHttp from './sdk/utils/request.js'
import ImConfig from './config/index.js'
import MsgUtil from './sdk/utils/msgUtil.js'
Vue.component('tab-bar', tabBar)
Vue.prototype.$store = store
Vue.prototype.$ImHttp= ImHttp
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App,
ImConfig,
BenderSdk,
MsgUtil,
ImHttp,
store
})
Vue.use(httpInterceptor, app)
app.$mount()
NodeJS
1
https://gitee.com/5511/bender-im-uniapp.git
git@gitee.com:5511/bender-im-uniapp.git
5511
bender-im-uniapp
bender-im-uniapp
master

搜索帮助