1 Star 0 Fork 12

傲娇张黑娃 / Uniapp聊天室_直播间聊天

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
BettyW 提交于 2022-04-28 15:57 . - 更新SDK2.4.6
import Vue from 'vue'
import App from './App'
import GoEasy from "./lib/goeasy-2.4.6.min";
const goEasy = GoEasy.getInstance({
host:"hangzhou.goeasy.io",//应用所在的区域地址: 【hangzhou.goeasy.io |singapore.goeasy.io】
appkey:"BC-xxxx",// common key,
modules: ['pubsub']
});
Vue.prototype.goEasy = goEasy;
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
JavaScript
1
https://gitee.com/deng_da_chao/GoEasyDemo-Uniapp-LiveChatRoom.git
git@gitee.com:deng_da_chao/GoEasyDemo-Uniapp-LiveChatRoom.git
deng_da_chao
GoEasyDemo-Uniapp-LiveChatRoom
Uniapp聊天室_直播间聊天
2.4

搜索帮助