调整请求拦截器。

This commit is contained in:
2023-01-12 18:16:45 +08:00
parent d995251d7b
commit dcab19a765
6 changed files with 127 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-12-14 15:12:46
* @LastEditors: Kane
* @LastEditTime: 2023-01-11 10:28:24
* @LastEditTime: 2023-01-12 14:52:09
* @FilePath: \admin_system\src\router\index.js
* @Description: 定义应用路由配置
*
@@ -62,6 +62,15 @@ const routes = [
icon: "edit",
},
children: [
{
path: "/staffInfo",
name: "StaffInfo",
meta: {
title: "人员信息",
icon: "edit",
},
component: () => import("../views/info/StaffInfo.vue"),
},
{
path: "/newsIndex",
name: "NewsIndex",