You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
study_helper/app.js

11 lines
171 B

// app.js
App({
onLaunch() {
wx.cloud.init({
env: 'cloud1-0g2sr1117862afae'
});
console.log('小程序启动,云环境初始化完成');
}
})