2 Star 7 Fork 4

sqa / im-mobile-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Vue 3 + Ts 小程序 UniApp

聊天小程序消息管理端- 群聊 、单聊、客服.

docker 部署服务(仅限linux系统)

  1. 先创建mysql数据库名称为 im
  2. 初始化数据库数据 数据库im
  3. 部署redis
  4. docker 运行
docker run -d --name  im-server  \
-e SYS_URL="https://im2.idb.com.cn" \
-e MYSQL_DSN="root:123456@tcp(192.168.0.1:3306)" \
-e REDIS_HOST="192.168.0.1:6379" \
-e REDIS_PASSWORD="pws123456" \
-e APP_ID="wx83578exxxxxxxxxx" \
-e APP_SECRET="cexxxxxxxxxxxxxxxxxxxxx4" \
 -p 8081:8666 \
 -v /home/im/storage:/storage \
 --privileged=true \
  --restart=always \
  suteqa/im-server
环境变量说明

SYS_URL 是服务外网访问地址,即是nginx或者其他反向代理的地址

STATIC_URL 如果媒体资源需要cdn服务则配置这个,不需要则用原地址

MYSQL_DSN mysql的地址,其中 root是账号,123456是密码

REDIS_HOST redis地址 REDIS_PASSWORD是密码如果是空则无需设置

APP_ID 与 APP_SECRET 是小程序的信息

服务内部端口8666 映射主机端口为8081,根据需求修改暴露的端口

/home/im/storage 是本机的目录,存储媒体资源,根据需求路径

管理端登录地址 https://im-web.idb.com.cn/

插件市场地址

https://ext.dcloud.net.cn/plugin?id=8110

2022-06-04 更新客服功能

web后台管理

使用微信扫一扫登录

消息监控https://im-web.idb.com.cn/monitor

小程序图片

插件市场地址

https://ext.dcloud.net.cn/plugin?id=8110

安装教程

cnpm i

小程序码

小程序码 扫我聊天
【小程序提审时候无法正常使用】 【IOS扫码会出现当前消息无法更新】
MIT License Copyright (c) 2022 sqa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

vue3+elementPlus +ts 管理端,路由配置菜单,小程序聊天管理端 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/suqa/im-mobile-web.git
git@gitee.com:suqa/im-mobile-web.git
suqa
im-mobile-web
im-mobile-web
master

搜索帮助