Houjie
2025-04-18 ae3855638dba0c927236c1a1b1a85d5b048c40e2
manifest.json
@@ -6,10 +6,11 @@
    "versionCode" : 1,
    "transformPx" : false,
    "app-plus" : {
        /* 5+App特有相关 */// "ssl": {
        //    "cert": "./cert.crt",
        //    "key": "./cert.key"
        // },
        /* 5+App特有相关 *///
        // "ssl": {
        //          "cert": "./cert.crt",
        //          "key": "./cert.key"
        //       },
        "modules" : {
            "Maps" : {},
            "Push" : {}
@@ -77,18 +78,24 @@
            }
        }
    },
    "h5" : {
        "title" : "设备管理",
        "domain" : "myhjdc.cn",
        "router" : {
            "mode" : "history",
            "base" : ""
            "mode" : "hash",
            "base" : "/h5"
        },
        "devServer" : {
            "port" : "",
            "https" : false
        },
            "port" : "3000",
            "https" : true,
                 "proxy": {
                       /**配置服务器路径**/
                       "/jeecg-boot": {
                          "target": "https://192.168.1.94:9999",// 目标服务器
                          "changeOrigin": true
                       }
                    }
                  },
        "optimization" : {
            "treeShaking" : {
                "enable" : false
@@ -96,3 +103,5 @@
        }
    }
}
/**配置服务器路径**/// 目标服务器