mayisheng
2022-08-06 55a073e6dba5d3c7cd72f3699593cb547f7e9cf8
src/api/mobile/orgnav/index.js
@@ -4,13 +4,13 @@
 * @Last Modified by: liu
 * @Last Modified time: 2021-12-20 11:57:07
 */
// 党群机构
// 党政机构
import request from '@/router/axios'
export const getList = (params) => { //获取党群机构
export const getList = (params) => { //获取党政机构
    return request({
        url: 'blade-mechanism/mechanism/list',
        method: 'get',
        params: params
    })
}
}