liyuan 2 weeks ago
parent
commit
d7b3e04cc9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/page/index/logo.vue
  2. 1 1
      src/styles/login.scss

+ 1 - 1
src/page/index/logo.vue

@@ -23,7 +23,7 @@ export default {
   name: "logo",
   data() {
     return {
-      logoUrl: 'img/logo-img.png'
+      logoUrl: 'img/admin-logo.png'
     };
   },
   created() {

+ 1 - 1
src/styles/login.scss

@@ -5,7 +5,7 @@
   width: 100%;
   height: 100%;
   margin: 0 auto;
-  background-image: var(--login-bg-image, url("/img/bg/bg-img.png"));
+  background-image: var(--login-bg-image, url("/img/bg/main-bg.png"));
   background-size: 100% 100%;
 }