소스 검색

update api/apiBase.js

wudebin 4 달 전
부모
커밋
5b7a84162d
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Strides-Admin/src/api/apiBase.js

+ 6 - 0
Strides-Admin/src/api/apiBase.js

@@ -43,6 +43,12 @@ const apiBase = {
   getParkingTypeList() {
     return get(prefix + "parking-type-select")
   },
+  /**
+   * 获取警告消息列表
+   */
+  getAlertMessageList() {
+    return get(prefix + "alert-messages")
+  },
   uploadImage(form) {
     return upload(prefix + 'upload/picture', form)
   }