智慧农业后台管理页面
Administrator
2022-05-20 8c5575286f048ca592b857141e637f9f0ea2d6b4
src/api/land/land.js
@@ -57,3 +57,11 @@
        }
    })
}
export const selectCount = () => {
    return request({
        url: '/api/land/land/selectCount',
        method: 'get',
        params: {}
    })
}