fix: 避免前端打包缺少文件

This commit is contained in:
Captain.B 2020-12-14 15:57:56 +08:00
parent 6eb0a46edd
commit 2f99251deb
1 changed files with 4 additions and 0 deletions

View File

@ -264,6 +264,10 @@ export default {
.login-logo { .login-logo {
background: url(../assets/logo-dark-MeterSphere.svg); background: url(../assets/logo-dark-MeterSphere.svg);
} }
.logo-header {
background: url(../assets/logo-light-MeterSphere.svg);
}
</style> </style>
<style> <style>