parent
0df8153750
commit
87b170a6a2
@ -0,0 +1,13 @@
|
||||
App({
|
||||
onLaunch: function () {
|
||||
// 初始化云开发
|
||||
wx.cloud.init({
|
||||
env: 'rollcall-7gk1ko7v5ea7b3c1' // 替换为你的云开发环境ID
|
||||
});
|
||||
|
||||
// 初始化全局数据
|
||||
this.globalData = {
|
||||
students: []
|
||||
};
|
||||
}
|
||||
});
|
Loading…
Reference in new issue