diff --git a/web/src/utils/service.ts b/web/src/utils/service.ts index 0dfe45a..3775e26 100644 --- a/web/src/utils/service.ts +++ b/web/src/utils/service.ts @@ -82,7 +82,7 @@ function createService() { ElMessageBox.alert(dataAxios.msg, '提示', { confirmButtonText: 'OK', callback: (action: Action) => { - window.location.reload(); + // window.location.reload(); }, }); errorCreate(`${dataAxios.msg}: ${response.config.url}`);