🔱: [client] sync upgrade with 2 commits [trident-sync]

perf: 添加代码编辑器示例
pull/349/head
GitHub Actions Bot 2025-03-31 19:25:06 +00:00
parent 88a4e5051b
commit 34aea1d398
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { requestForMock } from "/src/api/service";
const request = requestForMock;
const apiPrefix = "/mock/ComponentJson";
const apiPrefix = "/mock/ComponentCode";
export function GetList(query: any) {
return request({
url: apiPrefix + "/page",

View File

@ -1,6 +1,6 @@
import mockUtil from "/src/mock/base";
const options: any = {
name: "ComponentJson",
name: "ComponentCode",
idGenerator: 0
};
const list: any = [