1 Star 0 Fork 0

风起的日子/Open-IM-Uniapp-Demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
blooming 提交于 2021-11-05 19:31 +08:00 . fix:app server auth
import Vue from 'vue'
import App from './App'
import { openSdk,globalEvent } from './utils/OpenIMSDK.js'
import uView from "uview-ui";
import store from '@/store';
let vuexStore = require('@/store/$u.mixin.js');
Vue.mixin(vuexStore);
Vue.use(uView);
Vue.prototype.$store = store
Vue.prototype.$openSdk = openSdk
Vue.prototype.$globalEvent = globalEvent
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
store,
...App
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/itltf/Open-IM-Uniapp-Demo.git
git@gitee.com:itltf/Open-IM-Uniapp-Demo.git
itltf
Open-IM-Uniapp-Demo
Open-IM-Uniapp-Demo
main

搜索帮助