|
|
@@ -160,32 +160,34 @@
|
|
|
<div v-if="showLeanwoText" style="text-align: center">
|
|
|
<!-- <p>{{ $t("lang.login.copyright") }}</p> -->
|
|
|
<div class="copyright">
|
|
|
- {{ $t("lang.login.copyright") }}
|
|
|
-
|
|
|
- <a href="https://beian.miit.gov.cn/" target="_blank">
|
|
|
- 沪ICP备11017244号
|
|
|
- </a>
|
|
|
-
|
|
|
- <a
|
|
|
- href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011202004082"
|
|
|
- target="_blank"
|
|
|
- >
|
|
|
- 沪公网安备31011202004082号
|
|
|
- </a>
|
|
|
-
|
|
|
- <a
|
|
|
- href="http://fw.scjgj.sh.gov.cn/lz/licenseLink.do?method=licenceView&entyId=20120314203547743"
|
|
|
- target="_blank"
|
|
|
- >
|
|
|
- 工商亮照
|
|
|
- </a>
|
|
|
+ <div class="copyright-inner">
|
|
|
+ {{ $t("lang.login.copyright") }}
|
|
|
+
|
|
|
+ <a href="https://beian.miit.gov.cn/" target="_blank">
|
|
|
+ 沪ICP备11017244号
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <a
|
|
|
+ href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011202004082"
|
|
|
+ target="_blank"
|
|
|
+ >
|
|
|
+ 沪公网安备31011202004082号
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <a
|
|
|
+ href="http://fw.scjgj.sh.gov.cn/lz/licenseLink.do?method=licenceView&entyId=20120314203547743"
|
|
|
+ target="_blank"
|
|
|
+ >
|
|
|
+ 工商亮照
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="account-name">
|
|
|
+ {{ accountItem.accountName }}
|
|
|
+ </div>
|
|
|
+ <Loading v-if="loading" />
|
|
|
</div>
|
|
|
- <div class="account-name">
|
|
|
- {{ accountItem.accountName }}
|
|
|
- </div>
|
|
|
- <Loading v-if="loading" />
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -802,6 +804,17 @@ export default {
|
|
|
bottom: 0;
|
|
|
text-align: center;
|
|
|
width: 100%;
|
|
|
+ padding-left: 1rem;
|
|
|
+ padding-right: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.copyright-inner{
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+.copyright a{
|
|
|
+ color: #333;
|
|
|
}
|
|
|
|
|
|
.desc{
|