Houjie
2025-07-07 0a48655d2162b709ecb80d249a4085971add6140
manifest.json
@@ -67,7 +67,7 @@
   "quickapp": {},
   /* 快应用特有相关 */
   "mp-weixin": {
      "appid": "wx2ba5c5690b35d173",
        "appid" : "",
      "setting": {
         "urlCheck": false,
         "es6": true
@@ -80,19 +80,20 @@
   },
   "h5": {
      "title": "设备管理",
      "domain": "myhjdc.cn",
        "domain" : "houjie.xalxzn.com",
      "router": {
         "mode": "hash",
         "base": "/h5"
            "base" : "/h5/"
      },
      "devServer": {
         "port": "8080",
         "https": true,
            "port" : "8866",
            "https" : false,
         "proxy": {
            /**配置服务器路径**/
            "/jeecg-boot": {
               "target": "https://192.168.100.105:9999", // 目标服务器
               "changeOrigin": true
                    "target" : "http://houjie.xalxzn.com:8866", // 目标服务器
                    "changeOrigin" : true,
                "secure": false
            }
         }
      },
@@ -104,3 +105,4 @@
   }
}
/**配置服务器路径**/ // 目标服务器