|
@@ -33,9 +33,12 @@ |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</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" /> |
|
|
<top-color v-show="false" /> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
@@ -100,6 +103,10 @@ export default { |
|
|
...mapGetters(['website', 'tagWel']) |
|
|
...mapGetters(['website', 'tagWel']) |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
toBeian(path) { |
|
|
|
|
|
window.open(path, "_blank") |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
handleCommand (command) { |
|
|
handleCommand (command) { |
|
|
setStore({ name: 'tenantId', content: command }) |
|
|
setStore({ name: 'tenantId', content: command }) |
|
|
}, |
|
|
}, |
|
@@ -143,4 +150,5 @@ export default { |
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
<style lang="scss"> |
|
|
@import "@/styles/login.scss"; |
|
|
@import "@/styles/login.scss"; |
|
|
|
|
|
|
|
|
</style> |
|
|
</style> |