智慧农业后台管理页面
shuishen
2022-08-02 c9adc35d48a65c29db7c59722192311070c33e61
src/api/land/land.js
@@ -1,3 +1,11 @@
/*
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-02 11:43:42
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-08-02 15:56:01
 * @FilePath: \zhny_web\src\api\land\land.js
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
import request from '@/router/axios';
export const getList = (current, size, params) => {
@@ -77,3 +85,14 @@
      }
  })
}
export const submit = (params) => {
    return request({
        url: '/api/land/land/submit',
        method: 'post',
        data: {
          ...params
        }
    })
  }