Browse Source

fix: 将默认环境从develop改为trial

master
前端-胡立永 2 weeks ago
parent
commit
1252a0a5a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/getUrl.js

+ 1
- 1
utils/getUrl.js View File

@ -1,4 +1,4 @@
let current = "develop";
let current = "trial";
const accountInfo = wx.getAccountInfoSync();
// current = accountInfo.miniProgram.envVersion;


Loading…
Cancel
Save