app.ts 78 B

12345678
  1. // app.ts
  2. App<IAppOption>({
  3. globalData: {
  4. },
  5. onLaunch() {
  6. },
  7. });