vbea 2 жил өмнө
parent
commit
547761864e

+ 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',