Houjie
2025-07-09 634e2994bc4020a06d7116f44a83702a0e423a22
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" : {}
@@ -66,7 +67,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx2ba5c5690b35d173",
        "appid" : "",
        "setting" : {
            "urlCheck" : false,
            "es6" : true
@@ -77,18 +78,25 @@
            }
        }
    },
    "h5" : {
        "title" : "设备管理",
        "domain" : "myhjdc.cn",
        "domain" : "houjie.xalxzn.com",
        "router" : {
            "mode" : "history",
            "base" : ""
            "mode" : "hash",
            "base" : "/h5/"
        },
        "devServer" : {
            "port" : "",
            "https" : false
        },
      //   "devServer" : {
      //       "port" : "8866",
      //       "https" : false,
      //       "proxy" : {
      //           /**配置服务器路径**/
      //           "/jeecg-boot" : {
      //               "target" : "http://houjie.xalxzn.com:8866",
      //               "changeOrigin" : true,
                // "secure": false
      //           }
      //       }
      //   },
        "optimization" : {
            "treeShaking" : {
                "enable" : false
@@ -96,3 +104,5 @@
        }
    }
}
/**配置服务器路径**/// 目标服务器