Browse Source

消除首页请求成功提示

Yue 3 năm trước cách đây
mục cha
commit
34c98e0e64
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
     })
   }
 }