|
@@ -2,7 +2,7 @@
|
|
|
<div class="single-window-login">
|
|
|
<div class="swl-head">
|
|
|
<div class="swl-head-center">
|
|
|
- <a href="https://www.singlewindow.cn"><img src="https://update.singlewindow.cn/images/swLogo.png"></a>
|
|
|
+ <a href="https://www.singlewindow.cn"><img src="./img/swLogo.png"></a>
|
|
|
<div class="swl-head-lang">
|
|
|
<div class="__hover" :class="{ active: config.lang === 'zh-cn' }" @click="configLang('zh-cn')">简体中文</div>
|
|
|
<div>/</div>
|
|
@@ -147,7 +147,7 @@
|
|
|
<a-popover>
|
|
|
<template #content>
|
|
|
<a class="textUnderline footer-nav-text" target="_blank" href="http://www.gov.cn/hudong/ducha/2021-01/26/content_5582430.htm">
|
|
|
- <img class="nav-img" src="https://www.singlewindow.cn/img/footer/hlwjd.jpg" alt="互联网+督查">
|
|
|
+ <img class="nav-img" src="./img/hlwjd.jpg" alt="互联网+督查">
|
|
|
</a>
|
|
|
</template>
|
|
|
<div class="swlfmlt-item __hover"><a class="textUnderline footer-nav-text" target="_blank" href="http://www.gov.cn/hudong/ducha/2021-01/26/content_5582430.htm">互联网+督查</a></div>
|
|
@@ -155,7 +155,7 @@
|
|
|
<div class="swlfmlt-split">|</div>
|
|
|
<a-popover>
|
|
|
<template #content>
|
|
|
- <img class="nav-img" src="https://www.singlewindow.cn/img/footer/zwfw.jpg" alt="政务服务投诉">
|
|
|
+ <img class="nav-img" src="./img/zwfw.jpg" alt="政务服务投诉">
|
|
|
</template>
|
|
|
<div class="swlfmlt-item __hover"><div class="swlfmlt-item __hover">政务服务投诉</div></div>
|
|
|
</a-popover>
|
|
@@ -173,7 +173,7 @@
|
|
|
<a-popover>
|
|
|
<template #content>
|
|
|
<div style="display: flex;flex-direction: column;">
|
|
|
- <img class="code-img" src="https://www.singlewindow.cn/img/footer/wechat-cl.jpg" alt="">
|
|
|
+ <img class="code-img" src="./img/wechat-cl.jpg" alt="">
|
|
|
<span style="font-size: 12px;color: #333;line-height: 24px; text-align: center;">关注微信公众号</span>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -182,7 +182,7 @@
|
|
|
<a-popover>
|
|
|
<template #content>
|
|
|
<div style="display: flex;flex-direction: column;">
|
|
|
- <img class="code-img" src="https://www.singlewindow.cn/img/footer/weibo-cl.jpg" alt="">
|
|
|
+ <img class="code-img" src="./img/weibo-cl.jpg" alt="">
|
|
|
<span style="font-size: 12px;color: #333;line-height: 24px; text-align: center;">关注微博</span>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -455,7 +455,7 @@
|
|
|
}
|
|
|
.swl-content {
|
|
|
flex: 1;
|
|
|
- background-image: url('https://app.singlewindow.cn/cas/images/newLogin/icon_bgNew.png');
|
|
|
+ background-image: url('./img/icon_bgNew.png');
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
.swl-content-login {
|
|
@@ -469,7 +469,7 @@
|
|
|
.swl-content-login-left {
|
|
|
width: 553px;
|
|
|
height: 478px;
|
|
|
- background-image: url('https://app.singlewindow.cn/cas/images/leftimg_04.png');
|
|
|
+ background-image: url('./img/leftimg_04.png');
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
}
|
|
@@ -666,7 +666,7 @@
|
|
|
&:after {
|
|
|
position: absolute;
|
|
|
content: '';
|
|
|
- background-image: url('https://www.singlewindow.cn/img/footer/bg.png');
|
|
|
+ background-image: url('./img/bg.png');
|
|
|
width: 30px;
|
|
|
height: 26px;
|
|
|
background-position: -49px -83px;
|
|
@@ -687,7 +687,7 @@
|
|
|
&:after {
|
|
|
position: absolute;
|
|
|
content: '';
|
|
|
- background-image: url('https://www.singlewindow.cn/img/footer/bg.png');
|
|
|
+ background-image: url('./img/bg.png');
|
|
|
width: 32px;
|
|
|
height: 25px;
|
|
|
background-position: -3px -83px;
|
|
@@ -706,7 +706,7 @@
|
|
|
height: 34px;
|
|
|
line-height: 34px;
|
|
|
.fcb-phone {
|
|
|
- background-image: url('https://www.singlewindow.cn/img/footer/bg.png');
|
|
|
+ background-image: url('./img/bg.png');
|
|
|
width: 34px;
|
|
|
height: 34px;
|
|
|
background-position: -1px -364px;
|