mirror of
https://github.com/certd/certd.git
synced 2026-08-02 19:10:15 +08:00
🔱: [client] sync upgrade with 4 commits [trident-sync]
perf: DynamicallyCrudOptions 动态CrudOptions refactor: doc cover refactor: doc cover
This commit is contained in:
@@ -33,7 +33,7 @@ export function DelObj(id: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export function GetObj(id) {
|
||||
export function GetObj(id: any) {
|
||||
return request({
|
||||
url: apiPrefix + "/info",
|
||||
method: "get",
|
||||
|
||||
Reference in New Issue
Block a user