From b49af6d65357ccf7b79da14f93c8c5d16e2686e2 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 24 七月 2024 09:16:00 +0800 Subject: [PATCH] feat:h5去除登陆页面注册 --- manifest.json | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2caffcd..d03c793 100644 --- a/manifest.json +++ b/manifest.json @@ -72,7 +72,8 @@ "minified" : true, "postcss" : false }, - "usingComponents" : true + "usingComponents" : true, + "lazyCodeLoading": "requiredComponents" }, "mp-alipay" : { "usingComponents" : true @@ -89,7 +90,7 @@ "vueVersion" : "2", "h5" : { "router" : { - "base" : "/", + "base" : "./", "mode" : "hash" }, "devServer" : { @@ -125,6 +126,6 @@ } } }, - "publicPath" : "/" + "publicPath" : "./" } } -- Gitblit v1.9.1