初始化小程序端

This commit is contained in:
2025-12-11 11:06:11 +08:00
parent a2c0d17210
commit f9988ae675
531 changed files with 235994 additions and 114 deletions

View File

@@ -14,7 +14,8 @@ App({
})
},
globalData: {
userInfo: null
userInfo: null,
baseUrl: 'https://你的域名' // 后端 API 根地址
}
})