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