Explorar el Código

消除首页请求成功提示

Yue hace 2 años
padre
commit
34c98e0e64
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,
     })
   }
 }