فهرست منبع

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() {
   getParkingTypeList() {
     return get(prefix + "parking-type-select")
     return get(prefix + "parking-type-select")
   },
   },
+  /**
+   * 获取警告消息列表
+   */
+  getAlertMessageList() {
+    return get(prefix + "alert-messages")
+  },
   uploadImage(form) {
   uploadImage(form) {
     return upload(prefix + 'upload/picture', form)
     return upload(prefix + 'upload/picture', form)
   }
   }