From 82107ee6861de080c1c2e73daf57322a6e68ecbe Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:45:00 +0800
Subject: [PATCH] 维护

---
 .env.development |    4 ++--
 manifest.json    |    4 ++--
 stores/user.js   |    4 ++--
 .env.production  |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.env.development b/.env.development
index 8b75daf..1d48122 100644
--- a/.env.development
+++ b/.env.development
@@ -1,6 +1,6 @@
 # 寮�鍙戠幆澧傾PI鍦板潃
 # VITE_APP_BASE_API = 'http://www.qdopo.com:9095'
 # VITE_APP_BASE_API = 'http://192.168.100.10:8080'
-# VITE_APP_BASE_API = 'http://localhost:8080'
-VITE_APP_BASE_API = 'https://opo.qduh.cn:443'
+VITE_APP_BASE_API = 'http://localhost:8080'
+# VITE_APP_BASE_API = 'https://opo.qduh.cn:443'
 VUE_APP_PLATFORM = 'h5'
\ No newline at end of file
diff --git a/.env.production b/.env.production
index 6630abb..c8de5f7 100644
--- a/.env.production
+++ b/.env.production
@@ -1,6 +1,6 @@
 # 鐢熶骇鐜API鍦板潃
 # VITE_APP_BASE_API = 'http://www.qdopo.com:9095'
 # VITE_APP_BASE_API = 'http://192.168.100.10:8080'
-# VITE_APP_BASE_API = 'http://localhost:8080'
-VITE_APP_BASE_API = 'https://opo.qduh.cn:443'
+VITE_APP_BASE_API = 'http://localhost:8080'
+# VITE_APP_BASE_API = 'https://opo.qduh.cn:443'
 VUE_APP_PLATFORM = 'h5'
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index c39ac19..ad9fa4d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -92,8 +92,8 @@
                 "/api" : {
                     // "target" : "http://www.qdopo.com:9095",
                     // "target": "http://192.168.100.10:8080",
-                    // "target" : "http://localhost:8080",
-                    "target" : "https://opo.qduh.cn:443",
+                    "target" : "http://localhost:8080",
+                    // "target" : "https://opo.qduh.cn:443",
                     "changeOrigin" : true
                 }
             }
diff --git a/stores/user.js b/stores/user.js
index 3c4afea..1bb715d 100644
--- a/stores/user.js
+++ b/stores/user.js
@@ -9,8 +9,8 @@
   // const baseUrlHt =  ref(window.location.origin+'/api');
   // const baseUrlHt =  ref('http://www.qdopo.com:9095');
   // const baseUrlHt = ref("http://192.168.100.10:8080");
-  // const baseUrlHt = ref("http://localhost:8080");
-  const baseUrlHt = ref("https://opo.qduh.cn:443");
+  const baseUrlHt = ref("http://localhost:8080");
+  // const baseUrlHt = ref("https://opo.qduh.cn:443");
 
   // getters
   const isLoggedIn = computed(() => !!token.value);

--
Gitblit v1.9.3