isqianming 10 달 전
부모
커밋
57dc31db7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      report-ui/src/views/layout/components/Sidebar/index.vue

+ 1 - 1
report-ui/src/views/layout/components/Sidebar/index.vue

@@ -2,7 +2,7 @@
   <el-scrollbar wrap-class="scrollbar-wrapper">
     <div class="admin-title" @click="goBigScreen">
       <div class="con">
-        <img src="../../../../../static/logo-dp.png" width="50" />
+        <img src="/static/logo-dp.png" width="50" />
         <span class="version">V1.4.2</span>
       </div>
     </div>