diff --git a/manifest.json b/manifest.json index 8f46572..dc15858 100644 --- a/manifest.json +++ b/manifest.json @@ -51,7 +51,8 @@ "optimization" : { "subPackages" : true }, - "usingComponents" : true + "usingComponents" : true, + "lazyCodeLoading": "requiredComponents" }, "vueVersion" : "2", "h5" : { diff --git a/pages/mine/index.vue b/pages/mine/index.vue index a9e2a77..446986d 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -4,11 +4,11 @@ - + - - + + diff --git a/static/images/profile.jpg b/static/images/profile.jpg index b3a940b..92d1886 100644 Binary files a/static/images/profile.jpg and b/static/images/profile.jpg differ