jiangping
2023-10-26 ea87c908fb6cdfc3e227a584a53e6730efb8262a
minipro_standard/manifest.json
@@ -55,9 +55,7 @@
         "urlCheck": false,
         "es6": true,
         "postcss": true,
         "minified": true,
         "ignoreDevUnusedFiles": false,
         "ignoreUploadUnusedFiles": false
            "minified" : true
      },
      "usingComponents": true,
      "requiredPrivateInfos": ["getLocation"],
@@ -75,30 +73,5 @@
   "uniStatistics": {
      "enable": false
   },
   "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": ""
               }
            }
         }
      }
   }
    "vueVersion" : "2"
}