feat: 引入uView Plus组件库,新增部分静态页面

This commit is contained in:
admin
2026-01-17 16:55:19 +08:00
parent 34c63780a8
commit 849647d3c9
562 changed files with 73370 additions and 121 deletions

View File

@@ -10,23 +10,24 @@
/>
<!-- 2. 短信登录 smsLogin -->
<!-- <sms-login
<smsLogin
v-if="authType === 'smsLogin'"
:agreeStatus="state.protocol"
@onConfirm="onConfirm"
/> -->
/>
<!-- 3. 忘记密码 resetPassword-->
<reset-password v-if="authType === 'resetPassword'" />
<!-- 4. 绑定手机号 changeMobile -->
<change-mobile v-if="authType === 'changeMobile'" />
<!-- <change-mobile v-if="authType === 'changeMobile'" /> -->
<!-- 5. 修改密码 changePassword-->
<changePassword v-if="authType === 'changePassword'" />
<!-- 6. 微信小程序授权 -->
<mp-authorization v-if="authType === 'mpAuthorization'" />
<!-- <mp-authorization v-if="authType === 'mpAuthorization'" /> -->
<!-- 7. 第三方登录 -->
<view
@@ -34,8 +35,8 @@
class="auto-login-box ss-flex ss-flex-col ss-row-center ss-col-center"
>
<!-- 7.1 微信小程序的快捷登录 -->
<view v-if="sheep.$platform.name === 'WechatMiniProgram'" class="ss-flex register-box">
<!-- <view class="register-title">还没有账号?</view> -->
<!-- <view v-if="sheep.$platform.name === 'WechatMiniProgram'" class="ss-flex register-box">
<view class="register-title">还没有账号?</view>
<view class="register-title">已经拥有账号可以,</view>
<button
class="ss-reset-button login-btn"
@@ -45,7 +46,7 @@
快捷登录
</button>
<view class="circle"></view>
</view>
</view> -->
<!-- 7.2 微信的公众号App小程序的登录基于 openid + code -->
<!-- <button