fix: 测试正式服接口
This commit is contained in:
parent
5142c39920
commit
d109d04b79
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user