mirror of https://github.com/certd/certd
chore:
parent
356703c83e
commit
2de7583900
|
@ -116,6 +116,6 @@ export async function getProductInfo(): Promise<any> {
|
||||||
return await request({
|
return await request({
|
||||||
url: "/basic/settings/productInfo",
|
url: "/basic/settings/productInfo",
|
||||||
method: "get",
|
method: "get",
|
||||||
silent: true,
|
showErrorNotify: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue