From cece17f846dca06261e4b56fb2b9789dec380670 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 26 一月 2024 15:20:16 +0800
Subject: [PATCH] Mr.Shi
---
platform/src/router/index.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/platform/src/router/index.js b/platform/src/router/index.js
index a9d2ce8..cf320c3 100644
--- a/platform/src/router/index.js
+++ b/platform/src/router/index.js
@@ -3,6 +3,7 @@
import AppLayout from '@/layouts/AppLayout'
import { getUserInfo } from '@/api/system/common'
const Login = () => import('@/views/login')
+
const ErrorNoPermissions = () => import('@/views/no-permissions')
const Error404 = () => import('@/views/not-found')
@@ -18,6 +19,7 @@
path: '/login',
component: Login
},
+
// 鏃犳潈闄�
{
name: 'no-permissions',
--
Gitblit v1.9.3