diff --git a/manifest.json b/manifest.json index 495b4fd..055404f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "uni-vuu3", - "appid" : "__UNI__197A38F", + "appid" : "__UNI__08423D1", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", diff --git a/utils/getUrl.js b/utils/getUrl.js index 699d541..8d9f1cc 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -3,10 +3,10 @@ const accountInfo = wx.getAccountInfoSync(); current = accountInfo.miniProgram.envVersion; const api = { - develop:"http://h5.xzaiyp.top", + develop:"https://pet-admin.hhlm1688.com/api", // develop: "http://youyi-test.natapp1.cc/prod-api", // 开发 - trial: "https://pet-admin.hhlm1688.com/prod-api", //测试 - release: "http://h5.xzaiyp.top/prod-api", // 线上 + trial: "https://pet-admin.hhlm1688.com/api", //测试 + release: "https://pet-admin.hhlm1688.com/api", // 线上 } const currentUrl = api[current];