Commit 0c6c07f1ba614d281ff44f15a27921c68cd1efb9

Authored by shaofan
1 parent e2929949

Remove unused video element from login view.

project-slwl-admin-vue/src/views/login/index.vue
... ... @@ -2,13 +2,7 @@
2 2 <template>
3 3 <div class="login-container">
4 4 <div class="shadow"></div>
5   - <video
6   - src="../../assets/video.mp4"
7   - autoplay
8   - loop
9   - muted
10   - style="width: 100%; height: 100%; object-fit: fill"
11   - ></video>
  5 +
12 6 <el-form
13 7 ref="loginForm"
14 8 :model="loginForm"
... ...