前端-胡立永 6 days ago
parent
commit
cb5b9d7ea1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/getUrl.js

+ 2
- 2
utils/getUrl.js View File

@ -5,8 +5,8 @@ current = accountInfo.miniProgram.envVersion;
const api = {
develop:"http://h5.xzaiyp.top",
// develop: "http://youyi-test.natapp1.cc/prod-api", // 开发
trial: "https://pet-admin.hhlm1688.com/api", //测试
release: "https://pet-admin.hhlm1688.com/api", // 线上
trial: "http://h5.xzaiyp.top", //测试
release: "http://h5.xzaiyp.top", // 线上
}
const currentUrl = api[current];


Loading…
Cancel
Save