From 2a8c98fbea197c9a28844bdbd86a0d80f70278f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A3=B7=E5=8F=B6?= <14103883+leaf-phos@user.noreply.gitee.com> Date: Fri, 27 Feb 2026 10:56:06 +0800 Subject: [PATCH] =?UTF-8?q?v2.28.1=20=E6=8A=96=E9=9F=B3=E5=9B=A2=E8=B4=AD?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/http.interceptor.js | 2 +- page_fenbao/huiyuan/index.vue | 173 +++++++--- page_fenbao/storedlist/trueorder.vue | 312 +++++++++--------- .../verify/components/VerifySuccessPopup.vue | 114 +++++++ page_user/verify/index.vue | 81 +++-- 5 files changed, 459 insertions(+), 223 deletions(-) create mode 100644 page_user/verify/components/VerifySuccessPopup.vue diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 67fe7df..464401c 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -1,7 +1,7 @@ const install = (Vue, vm) => { uni.setStorageSync('deptId', 100); Vue.prototype.$u.http.setConfig({ - baseUrl: 'http://192.168.1.7:4101', //键辉本地 + baseUrl: 'http://192.168.1.3:4101', //键辉本地 // baseUrl: 'http://192.168.2.221:4101', //景森本地 // baseUrl: 'https://ele.ccttiot.com/prod-api', //线上 小鹿appid: wx8a05cf95418a6859 小兔骑骑appid:wx38f96c87621a87ab 遇福兴https://fu.chuantewulian.cn wxcb1d6a5d9dca8bbe // baseUrl: 'https://cc.ccttiot.com/prod-api', //叉车线上 diff --git a/page_fenbao/huiyuan/index.vue b/page_fenbao/huiyuan/index.vue index 6760128..56e502a 100644 --- a/page_fenbao/huiyuan/index.vue +++ b/page_fenbao/huiyuan/index.vue @@ -1,39 +1,54 @@