Browse Source

数据中心

彭宇 2 years ago
parent
commit
20f6e72865
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -45,7 +45,7 @@ export const constantRoutes = [
 	},
 	{
 		//数据中心
-		path: '/',
+		path: '/datacenter',
 		name: '',
 		component: () => import('@/views/datacenter'),
 		meta: {