Commit 4ad1861a authored by 周宏民's avatar 周宏民

pref: 瑞云登录页去掉水波纹

parent 69ce8a4c
Pipeline #94629 failed with stages
...@@ -30,7 +30,7 @@ import qrcodePng from './images/扫码.png'; ...@@ -30,7 +30,7 @@ import qrcodePng from './images/扫码.png';
import icon from './images/幸福瑞云.png'; import icon from './images/幸福瑞云.png';
import bg1 from './images/邛崃.jpg'; import bg1 from './images/邛崃.jpg';
import bg2 from './images/大邑.jpg'; import bg2 from './images/大邑.jpg';
const Cripples = require('@/assets/js/ripples/jquery.ripples'); // const Cripples = require('@/assets/js/ripples/jquery.ripples');
SwiperCore.use([Autoplay, Navigation, Mousewheel, EffectFade]); SwiperCore.use([Autoplay, Navigation, Mousewheel, EffectFade]);
const PopOvercontent = () => { const PopOvercontent = () => {
...@@ -215,13 +215,13 @@ const Login = forwardRef((props, _ref) => { ...@@ -215,13 +215,13 @@ const Login = forwardRef((props, _ref) => {
setTimeout(() => { setTimeout(() => {
// onShow(); // onShow();
}, 300); }, 300);
setTimeout(() => { // setTimeout(() => {
$('.CarouselRipples').ripples({ // $('.CarouselRipples').ripples({
resolution: 800, // resolution: 800,
dropRadius: 20, //px // dropRadius: 20, //px
perturbance: 2, // perturbance: 2,
}); // });
}, 1000); // }, 1000);
}, []); }, []);
useEffect(() => { useEffect(() => {
return () => {}; return () => {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment