#
zjj
2025-04-24 a95ea931fb966c5c35ee0db97fe62251d34d3abc
Monitor-APP/manifest.json
@@ -5,9 +5,9 @@
    "versionName" : "1.0.1",
    "versionCode" : "100",
    "transformPx" : false,
   "networkTimeout":{
       "request":30000
   },
    "networkTimeout" : {
        "request" : 30000
    },
    /* 5+App特有相关 */
    "app-plus" : {
        "usingComponents" : true,
@@ -107,5 +107,11 @@
    "uniStatistics" : {
        "enable" : false
    },
    "vueVersion" : "2"
    "vueVersion" : "2",
    "h5" : {
        "router" : {
            "mode" : "hash",
            "base" : "./"
        }
    }
}