保存进度!
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2022-12-14 15:12:46
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-02-03 19:02:27
|
||||
* @FilePath: \IT工具综合平台\src\router\index.js
|
||||
* @LastEditTime: 2023-02-04 22:36:13
|
||||
* @FilePath: /IT工具综合平台/src/router/index.js
|
||||
* @Description: 定义应用路由配置
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
@@ -18,6 +18,12 @@ const routes = [
|
||||
redirect: "Login", //默认路由指向登录页面
|
||||
hidden: true,
|
||||
},
|
||||
{
|
||||
path:"/error-page",
|
||||
name: "ErrorPage",
|
||||
hidden: true,
|
||||
component: ()=> import("@/views/ErrorPage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/login",
|
||||
name: "Login",
|
||||
|
Reference in New Issue
Block a user