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

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

parent 69ce8a4c
Pipeline #94629 failed with stages
......@@ -30,7 +30,7 @@ import qrcodePng from './images/扫码.png';
import icon from './images/幸福瑞云.png';
import bg1 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]);
const PopOvercontent = () => {
......@@ -215,13 +215,13 @@ const Login = forwardRef((props, _ref) => {
setTimeout(() => {
// onShow();
}, 300);
setTimeout(() => {
$('.CarouselRipples').ripples({
resolution: 800,
dropRadius: 20, //px
perturbance: 2,
});
}, 1000);
// setTimeout(() => {
// $('.CarouselRipples').ripples({
// resolution: 800,
// dropRadius: 20, //px
// perturbance: 2,
// });
// }, 1000);
}, []);
useEffect(() => {
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