From f55e2693819fef0c104b8969f17c4644a27b43d9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 21 五月 2025 17:03:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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