no message

Former-commit-id: 36430ec3572727c263defaef7f08b4baf9cd79b8
Former-commit-id: 501e3c9de8d231b96a5e447dd9d9c5271d024cb5
Former-commit-id: d45a3e8ae5176a800a1c28897cb1908ebce89731
This commit is contained in:
liyang
2018-06-11 09:42:38 +08:00
parent 74bd0f328e
commit bb50ad2b63
4 changed files with 135 additions and 4 deletions

View File

@@ -44,11 +44,15 @@ export default {
// [侧边栏宽度] 折叠状态
asideWidthCollapse: '65px'
}
},
mounted () {
document.body.className = 'theme-star'
}
}
</script>
<style lang="scss">
// 主题
@import '~@/assets/style/theme/d2admin/index.scss';
@import '~@/assets/style/theme/star/index.scss';
</style>