fix: 还原接口测试

This commit is contained in:
sy2084 2024-11-06 13:57:25 +08:00
parent 37eb3dfb55
commit 62e683ff9f

View File

@ -3,7 +3,7 @@ import { get, post } from "@/utils/request";
// 获取项目列表
export function getProjectList({ page, perPage, projectName }) {
return get({
url: `https://custom-chart-api.shiyuegame.com:19998/api/v1/project/list`,
url: `api/v1/project/list`,
params: {
page,
per_page: perPage,