From b7b8202e3ecb7f720eefd7a226b2ee8166fc5057 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 04 六月 2026 14:57:17 +0800
Subject: [PATCH] 青岛移动端维护
---
stores/user.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/stores/user.js b/stores/user.js
index 3751cf5..a2c6e6e 100644
--- a/stores/user.js
+++ b/stores/user.js
@@ -7,7 +7,8 @@
const userInfo = ref(null);
const roleKeyInfo = ref(null);
// const baseUrlHt = ref(window.location.origin+'/api');
- const baseUrlHt = ref('http://localhost:8080');
+ // const baseUrlHt = ref('http://www.qdopo.com:9095');
+ const baseUrlHt = ref('http://192.168.100.10:8080');
// getters
const isLoggedIn = computed(() => !!token.value);
--
Gitblit v1.9.3