pull/409/head
xiaojunnuo 2025-05-29 09:41:21 +08:00
parent 356703c83e
commit 2de7583900
1 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,6 @@ export async function getProductInfo(): Promise<any> {
return await request({
url: "/basic/settings/productInfo",
method: "get",
silent: true,
showErrorNotify: false,
});
}