From 21e03c21386fb124774df48c8bb1fe3b185dbb48 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Sat, 07 Oct 2023 14:56:23 +0800
Subject: [PATCH] 新增接口页面
---
src/router/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 78fb171..a1c7386 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -64,7 +64,7 @@
{
path: '',
component: Layout,
- redirect: '/notCoalMine/nPeopleManage',
+ // redirect: '/notCoalMine/nPeopleManage/index',
hidden: true,
children: [
// {
--
Gitblit v1.9.2