1 Star 4 Fork 2

han.yuan/wx-mini-vant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.js 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuanhan 提交于 2024-05-10 23:21 . 本地静态资源测试
// app.js
//引入配置文件
const {config} = require('./utils/config');
App({
onLaunch() {
// 展示本地存储能力
const logs = wx.getStorageSync('logs') || []
logs.unshift(Date.now())
wx.setStorageSync('logs', logs)
//根据运行环境设置全局常量
this['globalData']['config'] = config;
},
globalData: {
userInfo: null,
config: {}
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuanhan93/wx-mini-vant.git
git@gitee.com:yuanhan93/wx-mini-vant.git
yuanhan93
wx-mini-vant
wx-mini-vant
master

搜索帮助