jiangping
2025-05-21 f55e2693819fef0c104b8969f17c4644a27b43d9
Merge remote-tracking branch 'origin/master'
已修改2个文件
6 ■■■■ 文件已修改
h5/pages/appointmentDetails/appointmentDetails.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
screen/vite.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
        })
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/, ""),
      },