This commit is contained in:
faiz 2024-07-04 10:02:06 +08:00
parent 12f44b5857
commit f430c1169b
1 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,12 @@ let VUE_APP_WS_URL = `ws://${location.hostname}?type=user`
let openPlantGrass = '-openPlantGrass-' let openPlantGrass = '-openPlantGrass-'
// 网络接口修改此字符 小程序域名要求https // 网络接口修改此字符 小程序域名要求https
// let httpApi = 'http://192.168.1.24:8080' //测试 let httpApi = 'http://192.168.1.24:8080' //测试
let httpApi = 'https://api.tropjoin.com' //生产 // let httpApi = 'https://api.tropjoin.com' //生产
// 聊天接口修改此字符 小程序聊天要求wss 例如wss://mer. .net // 聊天接口修改此字符 小程序聊天要求wss 例如wss://mer. .net
// let wsApi = 'ws://192.168.1.24:8080' let wsApi = 'ws://192.168.1.24:8080'
let wsApi = 'wss://ws.tropjoin.com' // let wsApi = 'wss://ws.tropjoin.com'
module.exports = { module.exports = {
// 请求域名 格式: https://您的域名 // 请求域名 格式: https://您的域名