import init from './utils/init' App({ onLaunch () { init.bind(this)(); }, globalData: { } })