This commit is contained in:
Paidax
2025-06-12 14:24:57 +08:00
parent 2409b3ddfe
commit 726dfd50be
321 changed files with 2483 additions and 1911 deletions
@@ -316,7 +316,7 @@ layout("/layouts/platform.html"){
if (resp.code === 0) {
this.pageData()
this.$refs.guava.index()
this.notifySuccess(resp.msg)
this.$message.success(resp.msg)
}else{
this.notifyError(resp.msg)
}