app.js 66 B

123456
  1. // app.js
  2. App({
  3. onLaunch() {
  4. wx.cloud.init()
  5. },
  6. })