fix: 复原接口名

This commit is contained in:
sy2084 2024-10-28 10:45:34 +08:00
parent d109d04b79
commit 519c42ebf7

View File

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