From 6ed771467abc47b2d5e1174480a3302f6ab5ed96 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 21 五月 2025 17:02:00 +0800
Subject: [PATCH] 提交

---
 h5/pages/appointmentDetails/appointmentDetails.vue |    2 +-
 screen/vite.config.js                              |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/h5/pages/appointmentDetails/appointmentDetails.vue b/h5/pages/appointmentDetails/appointmentDetails.vue
index b28a825..acf56d9 100644
--- a/h5/pages/appointmentDetails/appointmentDetails.vue
+++ b/h5/pages/appointmentDetails/appointmentDetails.vue
@@ -153,7 +153,7 @@
 	// 鍙栨秷棰勭害
 	cancel() {
 		const member = uni.getStorageSync('member');
-		visitsSelfCancel(this.id, member.openId).then(res => {
+		visitsSelfCancel(this.id, this.$store.state.openId).then(res => {
 			this.cancelShow = false
 			this.getDetail(this.id)
 		})
diff --git a/screen/vite.config.js b/screen/vite.config.js
index ff40646..31658b3 100644
--- a/screen/vite.config.js
+++ b/screen/vite.config.js
@@ -26,8 +26,8 @@
     proxy: {
       "/gateway_interface": {
         // target: "http://192.168.0.104:10010",
-        // target: "http://10.50.250.253:8088/gateway_interface",
-        target: "https://atwl.ahzyssl.com/zhyq_interface",
+        target: "http://10.50.250.253:8088/gateway_interface",
+        // target: "https://atwl.ahzyssl.com/zhyq_interface",
         changeOrigin: true,
         rewrite: (path) => path.replace(/^\/gateway_interface/, ""),
       },

--
Gitblit v1.9.3