// pages/newcomer/newcomer.js const app = getApp() Page({ /** * 页面的初始数据 */ data: { host: app.globalData.host }, })