删除无用内容
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user