Mr.Zhang
2023-09-13 52da0c6d7c0740b93189839449904d6f282c4ac7
minipro_standard/manifest.json
@@ -75,5 +75,30 @@
    "uniStatistics" : {
        "enable" : false
    },
    "vueVersion" : "2"
   "vueVersion": "2",
   "h5": {
      "router": {
         "mode": "hash",
         "base": "/h5/"
      },
      "template": "index.html",
      "title": "DM云工厂",
      "sdkConfigs": {
         "maps": {}
      },
      "devServer": {
         "port": 1801,
         "proxy": {
            "^/doumeeplant_api": {
               "target": "https://dmtest.ahapp.net/doumeeplant_api",
               "ws": true,
               "changeOrigin": true,
               "pathRewrite": {
                  "^/doumeeplant_api": ""
               }
            }
         }
      }
   }
}