-
Notifications
You must be signed in to change notification settings - Fork 1.6k
修改端口
liaofei edited this page Jan 20, 2021
·
1 revision
首先在 config/workerman.php 文件中修改对应的端口
admin.port 为后台订单提醒服务端口,默认为20002 chat.port 为 h5聊天服务端口,默认为20003 修改后需要重启workerman才能生效 修改 h5中聊天服务端口
修改 utils/index.js 文件中 const VUE_APP_WS_URL = process.env.VUE_APP_WS_URL || ws://${location.hostname}:20003; 配置项,修改20003端口 重新打包,可以参考 这里第三点 修改后台订单提醒服务端口
在 /src/setting.js 文件中修改6行 修改后需要重新打包