diff --git a/src/components/sliderCaptcha.vue b/src/components/sliderCaptcha.vue
deleted file mode 100644
index 861229c..0000000
--- a/src/components/sliderCaptcha.vue
+++ /dev/null
@@ -1,182 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ sliderText }}
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/sliderCode.vue b/src/components/sliderCode.vue
deleted file mode 100644
index a6b3cf7..0000000
--- a/src/components/sliderCode.vue
+++ /dev/null
@@ -1,228 +0,0 @@
-
-
-
- {{msgText}}
- 拖动下方滑块完成拼图
-
- {{msgLoadMsg}}
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue
index 30a8df0..6375fa1 100644
--- a/src/pages/login/login.vue
+++ b/src/pages/login/login.vue
@@ -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);
+}
+