let ip =uni.getStorageSync('ip') || null const webPort = 5173 const port = uni.getStorageSync('port') || 8086 export { ip, webPort, port }