Your Name
2022-10-14 8864275e133d2c473e42920c21107f5ebf6ca698
Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
已修改3个文件
26 ■■■■ 文件已修改
src/router/route.ts 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/loginPage/loginPage.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/newHome/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/route.ts
@@ -95,5 +95,13 @@
        meta: {
            title: 'spi报告详情'
        }
    },
    {
        path: '/screenPage',
        name: 'screenPage',
        component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'),
        meta: {
            title: '预警预报'
        }
    }
];
src/views/loginPage/loginPage.vue
@@ -26,7 +26,7 @@
                </div>
            </el-col>
        </el-row>
        <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司</div>
        <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司<br/><span>GTXH Intelligent Security Management System V1.0.1</span></div>
    </div>
</template>
@@ -130,10 +130,16 @@
        left: 0;
    }
    .rights {
        font-size: 16px;
        font-size: 1.2rem;
        color: #fff;
        position: absolute;
        bottom: 30px;
        text-align: center;
        span{
            font-size: 1rem;
            color: #eee;
        }
    }
    .loginContent {
        width: 100%;
src/views/newHome/index.vue
@@ -327,10 +327,10 @@
        };
        // 去风险大屏
        const toRiskPlatform = () => {
            router.push({
                name: "warningScreen"
            });
            // window.open('http://39.104.85.193:8585/');
            // router.push({
            //     name: "warningScreen"
            // });
            window.open('http://39.104.85.193:8585/');
        };
        const throttle = (renderMenu: any, delay: number) => {
            let flag = true;