From 1e95cb98b204ec397c93681df17b8c3008d45d28 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 05 八月 2026 17:33:04 +0800
Subject: [PATCH] 推送

---
 unpackage/dist/dev/mp-weixin/stores/user.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/unpackage/dist/dev/mp-weixin/stores/user.js b/unpackage/dist/dev/mp-weixin/stores/user.js
index 379ee99..ad77a46 100644
--- a/unpackage/dist/dev/mp-weixin/stores/user.js
+++ b/unpackage/dist/dev/mp-weixin/stores/user.js
@@ -4,7 +4,7 @@
   const token = common_vendor.ref(null);
   const userInfo = common_vendor.ref(null);
   const roleKeyInfo = common_vendor.ref(null);
-  const baseUrlHt = common_vendor.ref("http://www.qdopo.com:9095");
+  const baseUrlHt = common_vendor.ref("http://www.qdopo.com");
   const isLoggedIn = common_vendor.computed(() => !!token.value);
   const userName = common_vendor.computed(() => {
     var _a;

--
Gitblit v1.9.3