feat:天平连接
This commit is contained in:
@@ -30,5 +30,6 @@ export function getUpgradeBaseUrl() {
|
||||
return uni.getStorageSync('upgradeBaseUrl')
|
||||
}
|
||||
export function getWebSocketUrl() {
|
||||
return uni.getStorageSync('base_url').replace('/api', '') + '/ws'
|
||||
// return uni.getStorageSync('base_url').replace('/api', '') + '/ws'
|
||||
return 'ws://localhost:8330'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user