From 81f455dcf59f3e0b9ede9d6f0de16aad902b2cfd Mon Sep 17 00:00:00 2001 From: cjl520cy <8149487+cy250cy-520@user.noreply.gitee.com> Date: Thu, 9 Apr 2026 17:48:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 3 ++- apple-app-site-association | 2 +- manifest.json | 14 +++++++------- pages/shop/add-service.vue | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 81b430e..d43c75c 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -6,7 +6,8 @@ "type" : "uni-app:app-ios" }, { - "playground" : "custom", + "customPlaygroundType" : "device", + "playground" : "standard", "type" : "uni-app:app-android" } ] diff --git a/apple-app-site-association b/apple-app-site-association index 739a02d..d28a42e 100644 --- a/apple-app-site-association +++ b/apple-app-site-association @@ -3,7 +3,7 @@ "apps": [], "details": [ { - "appID": "wx5b1c0c8d01ded35d", + "appID": "wx17eef65c270b4869", "paths": ["*"] } ] diff --git a/manifest.json b/manifest.json index 86647ef..353ace4 100644 --- a/manifest.json +++ b/manifest.json @@ -107,8 +107,8 @@ "payment" : { "weixin" : { "__platform__" : [ "ios", "android" ], - "appid" : "wx2381a791a52a402d", - "UniversalLinks" : "https://app.mrrweb.com.cn/" + "appid" : "wx17eef65c270b4869", + "UniversalLinks" : "https://api.mrrwlkj.top/" }, "appleiap" : {}, "alipay" : { @@ -117,8 +117,8 @@ }, "share" : { "weixin" : { - "appid" : "wx2381a791a52a402d", - "UniversalLinks" : "https://app.mrrweb.com.cn/" + "appid" : "wx17eef65c270b4869", + "UniversalLinks" : "https://api.mrrwlkj.top/" } }, "geolocation" : { @@ -134,8 +134,8 @@ }, "oauth" : { "weixin" : { - "appid" : "wx2381a791a52a402d", - "UniversalLinks" : "https://app.mrrweb.com.cn/" + "appid" : "wx17eef65c270b4869", + "UniversalLinks" : "https://api.mrrwlkj.top/" } } }, @@ -197,7 +197,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxb486b10a60d2c78d", + "appid" : "wx17eef65c270b4869", "privacy" : { "requiredPrivateInfos" : [ "getBackgroundFetchData" ] }, diff --git a/pages/shop/add-service.vue b/pages/shop/add-service.vue index d0924ac..3d7e403 100644 --- a/pages/shop/add-service.vue +++ b/pages/shop/add-service.vue @@ -567,7 +567,7 @@ this.serviceTypes = this.serviceTypes.concat(firstclass.data); await request - .post("/user/serverdetail", { + .post("/sj/servers/detail", { id: this.formData.id }) .then((res) => {