mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 18:48:55 +00:00
4.6.4-alpha (#569)
This commit is contained in:
@@ -54,7 +54,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
|
||||
onSuccess(res) {
|
||||
if (!res) return;
|
||||
toast({
|
||||
title: '充值成功',
|
||||
title: res,
|
||||
status: 'success'
|
||||
});
|
||||
router.reload();
|
||||
|
Reference in New Issue
Block a user