//app.js App({ onLaunch: function () { let test = wx.getAccountInfoSync().miniProgram.envVersion; if(test !== 'release') { // 非正式环境 this.baseUrl = "https://bigdata.smcic.net" } }, baseUrl: "https://bigdata.smcic.net" })