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去除登陆页面注册

---
 pages/login/login.vue |    2 ++
 manifest.json         |    7 ++++---
 2 files changed, 6 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" : "./" 
     }
 }
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 2f5b0c9..9da20f8 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -16,7 +16,9 @@
     <!--  #endif  -->
 		<view class="utils-block">
 			<view @click="forgetPassword"><text>蹇樿瀵嗙爜?</text></view>
+   <!--  #ifdef MP-WEIXIN  -->
 			<view @click="PrivacyAgreementHandle"><text>鏂扮敤鎴锋敞鍐�</text></view>
+    <!--  #endif  -->
 		</view>
 
 		<view class="login-bottom-box">

--
Gitblit v1.9.1