guhongwei 5 năm trước cách đây
mục cha
commit
9266a2b531
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -103,7 +103,7 @@ const routes = [
   {
     path: '/messageInfo/index',
     name: 'messageInfo_index',
-    meta: { title: '通知详情', isleftarrow: true },
+    meta: { title: '通知详情', isleftarrow: false },
     component: () => import('../views/messageInfo/index.vue'),
   },
 ];