4 Star 33 Fork 12

GoEasy/Uniapp聊天室_直播间聊天

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
BettyW 提交于 2023-02-17 11:22 . - 更新SDK2.6.1
import Vue from 'vue'
import App from './App'
import GoEasy from "./lib/goeasy-2.6.1.esm.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()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/goeasy-io/GoEasyDemo-Uniapp-LiveChatRoom.git
git@gitee.com:goeasy-io/GoEasyDemo-Uniapp-LiveChatRoom.git
goeasy-io
GoEasyDemo-Uniapp-LiveChatRoom
Uniapp聊天室_直播间聊天
2.4

搜索帮助