公告板
版本库
filestore
活动
搜索
登录
main
/
ERP_App
ERP手机端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交 app 初始化设计
guoyujie
8 天以前
f398ddd14530d2f0695865c8a4dede6205d91d09
[ERP_App.git]
/
qrcodeScaner
/
utils
/
config.js
1
2
3
4
5
6
7
8
9
let ip =uni.getStorageSync('ip') || null
const webPort = 5173
const port = uni.getStorageSync('port') || 8086
export {
ip,
webPort,
port
}