This commit is contained in:
六如
2024-10-05 21:13:29 +08:00
parent c08fec74c9
commit d9fb25dc0a
31 changed files with 695 additions and 226 deletions

View File

@@ -5,7 +5,7 @@ import { defineFakeRoute } from "vite-plugin-fake-server/client";
* 服务管理
*/
const apiRouter = {
path: "/serviceManage",
path: "/serve",
meta: {
title: "服务管理",
icon: "ri:server-line",
@@ -13,7 +13,7 @@ const apiRouter = {
},
children: [
{
path: "/serviceManage/apiManage/index",
path: "/serve/api/index",
name: "ApiManage",
meta: {
title: "接口管理",