vbea 2 năm trước cách đây
mục cha
commit
547761864e
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      Strides-Admin/src/router/index.js

+ 4 - 1
Strides-Admin/src/router/index.js

@@ -32,7 +32,10 @@ const constantRoutes = [
   {
     path: '/404',
     hidden: true,
-    component: () => import('@/views/redirect/404')
+    component: () => import('@/views/redirect/404'),
+    meta: {
+      title: "Error"
+    }
   },
   {
     path: '/login',