This commit is contained in:
parent
9ab223b54f
commit
12f44b5857
|
@ -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://您的域名
|
||||
|
|
|
@ -201,14 +201,14 @@
|
|||
type: 1,
|
||||
title: "发货"
|
||||
},
|
||||
{
|
||||
type: 2,
|
||||
title: "送货"
|
||||
},
|
||||
{
|
||||
type: 3,
|
||||
title: "无需物流"
|
||||
}
|
||||
// {
|
||||
// type: 2,
|
||||
// title: "送货"
|
||||
// },
|
||||
// {
|
||||
// type: 3,
|
||||
// title: "无需物流"
|
||||
// }
|
||||
],
|
||||
splitList: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue