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

---
 manifest.json |   32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/manifest.json b/manifest.json
index cae0f2c..c39ac19 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
 {
-    "name" : "max-macaohospital",
-    "appid" : "__UNI__46B5420",
+    "name" : "闈掑矝澶у闄勫睘鍖婚櫌opo",
+    "appid" : "__UNI__90996F2",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
@@ -9,6 +9,10 @@
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
+        "titleNView" : {
+            "titleText" : "鎴戠殑搴旂敤",
+            "titleColor" : "#000000"
+        },
         "splashscreen" : {
             "alwaysShowBeforeRender" : true,
             "waiting" : true,
@@ -36,13 +40,24 @@
                     "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                 ]
             },
-            "ios" : {},
+            "ios" : {
+                "dSYMs" : false
+            },
             "sdkConfigs" : {}
         }
     },
     "quickapp" : {},
     "mp-weixin" : {
-        "appid" : "",
+        "appid" : "wx57a9bbc3af60a235",
+        "navigationBarTitleText" : "闈掑矝澶у闄勫睘鍖婚櫌opo",
+        "navigationBarBackgroundColor" : "#FFFFFF",
+        "optimization" : {
+            "subPackages" : true
+        },
+        "request" : {
+            "domainList" : [ "https://opo.qduh.cn" ] // 鐢熶骇鐜鍩熷悕
+        },
+        "lazyCodeLoading" : "requiredComponents",
         "setting" : {
             "urlCheck" : false
         },
@@ -66,14 +81,19 @@
     "h5" : {
         "router" : {
             "mode" : "history",
-            "base" : "/QDopo/"
+            "base" : "/"
         },
+        "publicPath" : "./",
+        "assetsPublicPath" : "./",
         "devServer" : {
             "port" : 8095,
             "disableHostCheck" : true,
             "proxy" : {
                 "/api" : {
-                    "target" : "http://localhost:8080",
+                    // "target" : "http://www.qdopo.com:9095",
+                    // "target": "http://192.168.100.10:8080",
+                    // "target" : "http://localhost:8080",
+                    "target" : "https://opo.qduh.cn:443",
                     "changeOrigin" : true
                 }
             }

--
Gitblit v1.9.3