Browse Source

修复

master
主管理员 1 month ago
parent
commit
30e306ab7c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/getUrl.js

+ 1
- 1
utils/getUrl.js View File

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


Loading…
Cancel
Save