import config from "../config" export default { list: { url: config.base_url + "lz_sub_area/list/{organId}", type: "get", }, treeList: { url: config.base_url + "lz_sample/list", type: "get", } }