Skip to content

Commit

Permalink
fix: svg image 引入修改规避警告
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Nov 30, 2022
1 parent 70143bc commit cd4d985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="login">
<img src="/logo.svg" class="bg" />
<img src="/logo.svg?url" class="bg" />
<login-header class="header"></login-header>
<div class="form" @keyup.enter.exact="login">
<div class="title">ME-Admin</div>
Expand Down

0 comments on commit cd4d985

Please sign in to comment.