From b4f869453a362687fef97a3bbf2d9a97cc62172f Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 27 Dec 2023 17:35:11 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9C=8D=E5=8A=A1=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=92=8C403=20=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ProtectedRoute.jsx | 79 +++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 38 deletions(-) diff --git a/src/views/ProtectedRoute.jsx b/src/views/ProtectedRoute.jsx index 7641648..8fe43e7 100644 --- a/src/views/ProtectedRoute.jsx +++ b/src/views/ProtectedRoute.jsx @@ -31,51 +31,54 @@ const ProtectedRoute = ({ auth }) => {
{/* '试着联系一下技术,所需权限: ' + auth.toString() */} -
-
- - 申请步骤: - -
-
    -
  1. - 复制以下信息 - {/* */} -
  2. - {/*
  3. */} +
  4. + {/*
  5. */}
                         {applyInfo}
                       
    - {/*
  6. */} -
  7. - -
      -
    • 输入申请信息(姓名等)
    • -
    • - 选择开通权限: HT系统分析 -
    • -
    • - 填入上述复制的信息到 权限内容 -
    • -
    -
  8. -
-
- - 示例: - + {/* */} +
  • + +
      +
    • 输入申请信息(姓名等)
    • +
    • + 选择开通权限: HT系统分析 +
    • +
    • + 填入上述复制的信息到 权限内容 +
    • +
    +
  • + +
    + + 示例: + +
    + example
    - example -
    - + + ) : null } />