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';