fix: 测试外网接口

This commit is contained in:
sy2084 2024-11-04 16:37:06 +08:00
parent 82b4fe5607
commit 37eb3dfb55

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,