From b46f233890f49d9d9065d4ea45f718cb7f3971e4 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Mon, 5 May 2025 20:40:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- utils/getUrl.js | 4 ++-- 2 files changed, 3 insertions(+), 3 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 9c63f8c..672aee3 100644 --- a/utils/getUrl.js +++ b/utils/getUrl.js @@ -4,9 +4,9 @@ current = accountInfo.miniProgram.envVersion; const api = { // develop:"http://h5.xzaiyp.top", - develop:"http://pet-admin.hhlm1688.com/api", + // develop:"http://pet-admin.hhlm1688.com/api", // develop: "http://youyi-test.natapp1.cc/prod-api", // 开发 - trial: "http://h5.xzaiyp.top", //测试 + // trial: "http://h5.xzaiyp.top", //测试 release: "https://api.catmdogd.com/prod-api", }