From 634e2994bc4020a06d7116f44a83702a0e423a22 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期三, 09 七月 2025 09:29:14 +0800
Subject: [PATCH] 点检历史 维修历史,周报历史,相关图标

---
 manifest.json |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/manifest.json b/manifest.json
index 3f8c2a5..03fa220 100644
--- a/manifest.json
+++ b/manifest.json
@@ -67,7 +67,7 @@
     "quickapp" : {},
     /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
     "mp-weixin" : {
-        "appid" : "wx2ba5c5690b35d173",
+        "appid" : "",
         "setting" : {
             "urlCheck" : false,
             "es6" : true
@@ -80,22 +80,23 @@
     },
     "h5" : {
         "title" : "璁惧绠$悊",
-        "domain" : "myhjdc.cn",
+        "domain" : "houjie.xalxzn.com",
         "router" : {
             "mode" : "hash",
-            "base" : "/h5"
+            "base" : "/h5/"
         },
-        "devServer" : {
-            "port" : "3000",
-            "https" : true,
-        			"proxy": {
-        					/**閰嶇疆鏈嶅姟鍣ㄨ矾寰�**/
-        					"/jeecg-boot": {
-        						"target": "https://192.168.1.94:9999",// 鐩爣鏈嶅姟鍣�
-        						"changeOrigin": true
-        					}
-        				}
-						},
+      //   "devServer" : {
+      //       "port" : "8866",
+      //       "https" : false,
+      //       "proxy" : {
+      //           /**閰嶇疆鏈嶅姟鍣ㄨ矾寰�**/
+      //           "/jeecg-boot" : {
+      //               "target" : "http://houjie.xalxzn.com:8866", 
+      //               "changeOrigin" : true,
+					 // "secure": false
+      //           }
+      //       }
+      //   },
         "optimization" : {
             "treeShaking" : {
                 "enable" : false

--
Gitblit v1.9.3