app.js 106 B

123456789
  1. import init from './utils/init'
  2. App({
  3. onLaunch () {
  4. init.bind(this)();
  5. },
  6. globalData: {
  7. }
  8. })