yangan
2024-07-24 0e7d0c4afeed7931bc14de37c7c940e8527d25ba
manifest.json
@@ -1,5 +1,5 @@
{
    "name" : "unattended-app",
    "name" : "聚隆化工智能物流",
    "appid" : "__UNI__4D08E03",
    "description" : "",
    "versionName" : "1.0.0",
@@ -63,7 +63,10 @@
            }
        },
        "optimization" : {
            "subPackages" : true
            "subPackages" : true,
            "treeShaking" : {
                "enable" : true
            }
        },
        "requiredPrivateInfos" : [ "getFuzzyLocation" ],
        "setting" : {
@@ -73,7 +76,7 @@
            "postcss" : false
        },
        "usingComponents" : true,
        "lazyCodeLoading": "requiredComponents"
        "lazyCodeLoading" : "requiredComponents"
    },
    "mp-alipay" : {
        "usingComponents" : true
@@ -126,6 +129,11 @@
                }
            }
        },
       "publicPath" : "./"
        "optimization" : {
            "treeShaking" : {
                "enable" : true
            }
        },
        "publicPath" : "./"
    }
}