删除无用内容

This commit is contained in:
xuli3099
2025-07-31 18:24:41 +08:00
parent 7f6b8f11b3
commit 909187a569
3 changed files with 9 additions and 411 deletions

View File

@@ -77,7 +77,7 @@ import { ref,onMounted } from 'vue';
import customTabs from '@/components/customTabs.vue';
import {isPhoneNumber} from '@/utils/validate';
import {showAlert} from '@/utils/message';
import { getCaptchaImage,getVerifyCode,login } from '@/api/auth';
import { getVerifyCode,login } from '@/api/auth';
import cache from '@/utils/cache';
import { AGREEWELCOME_KEY } from '@/enums/cacheEnums';
@@ -410,4 +410,12 @@ const submitForm = () => {
margin-left:-327rpx;
}
.slider-con{
position: absolute;
top:0;
width:100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.1);
}
</style>