guhongwei 4 년 전
부모
커밋
89675bf1a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/live/frame.vue

+ 1 - 1
src/layout/live/frame.vue

@@ -35,7 +35,7 @@ export default {
   created() {
     let route = window.location.pathname;
     console.log(route);
-    if (route == '/notice/index') {
+    if (route == '/platlive/notice/index') {
       this.display = 'notice';
     } else {
       this.display = 'all';