guhongwei 4 năm trước cách đây
mục cha
commit
89675bf1a7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';