This commit is contained in:
xiaojunnuo
2025-05-29 09:41:21 +08:00
parent 356703c83e
commit 2de7583900

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,
});
}