From b30e75f57f934ed7001a1dc28a503a6631295dc7 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Wed, 16 Apr 2025 19:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- utils/getUrl.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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];