瀏覽代碼

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)
   }