diff --git a/src/assets/bg-login.png b/src/assets/bg-login.png deleted file mode 100644 index c7f85be..0000000 Binary files a/src/assets/bg-login.png and /dev/null differ diff --git a/src/assets/logo-docs-mini.svg b/src/assets/logo-docs-mini.svg deleted file mode 100644 index ab8733d..0000000 --- a/src/assets/logo-docs-mini.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/layout/logo/index.vue b/src/views/layout/logo/index.vue index a98b0ee..612367c 100644 --- a/src/views/layout/logo/index.vue +++ b/src/views/layout/logo/index.vue @@ -3,7 +3,8 @@ vue-admin-wonderful
- +
diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 3e6d651..f6c7805 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -58,7 +58,8 @@ export default { .login-container { width: 100%; height: 100%; - background: url("/src/assets/bg-login.png") no-repeat; + background: url("https://gitee.com/lyt-top/vue-admin-wonderful-images/raw/master/next/assets/bg-login.png") + no-repeat; background-size: 100% 100%; .login-logo { position: absolute;