yangan
2024-07-24 b49af6d65357ccf7b79da14f93c8c5d16e2686e2
feat:h5去除登陆页面注册
2个文件已修改
9 ■■■■■ 已修改文件
manifest.json 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/login.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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" : "./"
    }
}
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">