mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
🔱: [client] sync upgrade with 2 commits [trident-sync]
perf: 添加代码编辑器示例
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import mockUtil from "/src/mock/base";
|
||||
const options: any = {
|
||||
name: "ComponentJson",
|
||||
name: "ComponentCode",
|
||||
idGenerator: 0
|
||||
};
|
||||
const list: any = [
|
||||
|
||||
Reference in New Issue
Block a user