浏览代码

数据中心

彭宇 2 年之前
父节点
当前提交
20f6e72865
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: {