🔥 个人信息:移除 username 修改的弹窗,因为现在 app 一般不用这块了,都是基于手机

This commit is contained in:
YunaiV
2023-12-16 22:22:39 +08:00
parent e1d2a54d2c
commit 236b90ae3f
3 changed files with 5 additions and 98 deletions
@@ -28,9 +28,6 @@
<!-- 6.修改密码 changePassword-->
<change-passwrod v-if="authType === 'changePassword'" />
<!-- 7.修改用户名 changeUsername-->
<change-username v-if="authType === 'changeUsername'" />
<!-- 8.微信小程序授权 changeUsername-->
<mp-authorization v-if="authType === 'mpAuthorization'" />
@@ -130,7 +127,6 @@
import resetPassword from './components/reset-password.vue';
import changeMobile from './components/change-mobile.vue';
import changePasswrod from './components/change-password.vue';
import changeUsername from './components/change-username.vue';
import mpAuthorization from './components/mp-authorization.vue';
import { closeAuthModal, showAuthModal } from '@/sheep/hooks/useModal';