const env = require('./config/env') App({ onLaunch() { console.log('App Launch') }, globalData: { userInfo: null, baseUrl: env.baseUrl } })