Sfoglia il codice sorgente

消除首页请求成功提示

Yue 3 anni fa
parent
commit
34c98e0e64
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/api/_auth.ts

+ 1 - 0
src/api/_auth.ts

@@ -23,6 +23,7 @@ class AuthApi {
     return Rs.post({
       loading: false,
       url: "auth/menus/findByParentID",
+      successAlert: false,
     })
   }
 }