1 Star 0 Fork 0

王璐/weixinMiniProgram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.js 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
王璐 提交于 2023-05-04 20:23 . upload server
// app.js
//秘钥:5bb01c11a1d82f2d9cea97c6e5180128
App({
onLaunch() {
// wx.cloud.init({
// env: "wanglu-shm-0g83lfjt5b356a5f"
// })
// 展示本地存储能力
const logs = wx.getStorageSync('logs') || []
logs.unshift(Date.now())
wx.setStorageSync('logs', logs)
},
globalData: {
serviceUrl:"http://121.196.227.203:8080",
// serviceUrl:"http://127.0.0.1:8080",
userlogin: false,
userInfo: null,
useropenId:""
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/FC-Bayern-Munchen/weixin-mini-program.git
[email protected]:FC-Bayern-Munchen/weixin-mini-program.git
FC-Bayern-Munchen
weixin-mini-program
weixinMiniProgram
master

搜索帮助