Преглед на файлове

跳转备案页面

newStyle
douzhuo преди 2 години
родител
ревизия
423149a285
променени са 2 файла, в които са добавени 22 реда и са изтрити 3 реда
  1. +11
    -3
      src/page/login/index.vue
  2. +11
    -0
      src/styles/login.scss

+ 11
- 3
src/page/login/index.vue Целия файл

@@ -33,9 +33,12 @@

</div>
</div>
<!-- <div class="login-copyright">
{{ website.copyright}}
</div> -->

<div class="login-copyright">
<span class="lcopyrights" @click="toBeian('https://beian.miit.gov.cn/#/Integrated/index')">
京ICP备19050974号-2
</span>
</div>
<top-color v-show="false" />
</div>
</template>
@@ -100,6 +103,10 @@ export default {
...mapGetters(['website', 'tagWel'])
},
methods: {
toBeian(path) {
window.open(path, "_blank")
},

handleCommand (command) {
setStore({ name: 'tenantId', content: command })
},
@@ -143,4 +150,5 @@ export default {

<style lang="scss">
@import "@/styles/login.scss";

</style>

+ 11
- 0
src/styles/login.scss Целия файл

@@ -2,8 +2,18 @@
color: #999;
width: 100%;
position: fixed;
z-index: 5;
bottom: 30px;
text-align: center;

.lcopyrights {
cursor: pointer;
}
.lcopyrights:hover {
color: #409eff;
font-weight: bold;
}
}

.login-container {
@@ -217,3 +227,4 @@
text-indent: 5px;
text-align: center;
}


Зареждане…
Отказ
Запис