智慧农业大数据平台
guoshilong
2022-10-17 0a3994b8a4e5d89639a0348f28754fc595d4d0e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * @Author: Morpheus
 * @Date: 2021-05-09 15:17:44
 * @Last Modified by: mikey.zhaopeng
 * @Last Modified time: 2022-02-08 15:20:47
 */
// 党群机构
import request from '@/router/axios'
 
export const getBuildClock = (params) => {
  return request({
    url: '/blade-architecture/architecture/detail',
    method: 'get',
    params: params
  })
}