diff --git a/utils/getUrl.js b/utils/getUrl.js index 986cc48..58d19fd 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -1,4 +1,4 @@ -let current = "develop"; +let current = "trial"; const accountInfo = wx.getAccountInfoSync(); // current = accountInfo.miniProgram.envVersion;