fix: 测试正式服接口

This commit is contained in:
sy2084 2024-09-19 10:09:36 +08:00
parent 5142c39920
commit d109d04b79

View File

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