增加环境信息
Former-commit-id: 4dae4bb78d76f7f938f96cb7e8d70ae3e0f3ff9a [formerly 4dae4bb78d76f7f938f96cb7e8d70ae3e0f3ff9a [formerly 4dae4bb78d76f7f938f96cb7e8d70ae3e0f3ff9a [formerly 4dae4bb78d76f7f938f96cb7e8d70ae3e0f3ff9a [formerly 5e20e47a6957a82b94b57af913a9a45a58fa5281 [formerly 7b63f06f2da85d10f4df205ef81a25e2fa8a7933]]]]] Former-commit-id: c9fce450c6afe4885d7105af2145fd597e2b7142 Former-commit-id: 837a71bd1de9152b2f22c7d2b310e6ab690cf563 Former-commit-id: e801081f67155ea604b9fbcfa8fb5f935d44189c [formerly d46bd2dfc6214d15783c2c9d1cf31e2ba8326ea7] Former-commit-id: 43308d8ac292147918a94fcc23c20f992cf3f4f6 Former-commit-id: 5c2e21a21d6dbc1628f0aedd2366f6a96184c428 Former-commit-id: 8ac1d58beb3d54e8674e900cf0c9b15110eb8ed5 Former-commit-id: 9fee2dfe7f53f06b403f7a6a9a9d6585517d9518 Former-commit-id: d1971ac9f64902e97f4173008c87882e5a026496
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<d2-container :filename="filename" class="page">
|
||||
<d2-page-cover
|
||||
:title="`D2 Admin ${version}`"
|
||||
sub-title="优雅的中后台集成方案">
|
||||
<d2-page-cover>
|
||||
<d2-icon-svg
|
||||
class="page__logo"
|
||||
name="d2-admin"/>
|
||||
@@ -35,7 +33,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
import D2HelpBtn from './components/d2-help-btn'
|
||||
import D2Badge from './components/d2-badge'
|
||||
export default {
|
||||
@@ -47,11 +44,6 @@ export default {
|
||||
return {
|
||||
filename: __filename
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapState('d2admin/releases', [
|
||||
'version'
|
||||
])
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -64,7 +56,7 @@ export default {
|
||||
.page__btn-group {
|
||||
color: $color-text-placehoder;
|
||||
font-size: 12px;
|
||||
margin-top: -10px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 20px;
|
||||
span {
|
||||
color: $color-text-sub;
|
||||
|
||||
Reference in New Issue
Block a user