Ver Fonte

update api/apiBase.js

wudebin há 4 meses atrás
pai
commit
5b7a84162d
1 ficheiros alterados com 6 adições e 0 exclusões
  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)
   }