mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -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: "接口管理",
|
||||
|
Reference in New Issue
Block a user