Admin
2022-11-01 77218c9753dae1feb0905a10ab26bc4bf82770ed
双重预防
已修改1个文件
7 ■■■■ 文件已修改
src/views/newHome/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/newHome/index.vue
@@ -52,7 +52,7 @@
                    </div>
                    <img class="bgImg1" src="../../assets/newMenu/card-1.png" />
                </div>
                <div class="grid-content cont-bg-1" v-throttle @click="render('2')">
                <div class="grid-content cont-bg-1" v-throttle @click="toDoublePrevent">
                    <div class="toplayer">
                        <img class="iconImg" src="../../assets/newMenu/icon2.png" />
                        <div>
@@ -332,6 +332,10 @@
            // });
            window.open('http://39.104.85.193:8585/');
        };
        const toDoublePrevent = () => {
           window.open('http://121.239.169.27:6801');
        };
        const throttle = (renderMenu: any, delay: number) => {
            let flag = true;
            let count = 0;
@@ -405,6 +409,7 @@
            getDateTime,
            renderToNew,
            toRiskPlatform,
            toDoublePrevent,
            onScreenfullClick,
            loginIconTwo,
            getThemeConfig,