Commit 229f5244 by zhaochengxiang

数据地图页面修改

parent 6a5acf4d
import { GetJSON } from "../util/axios"
export function getAllTopics() {
return GetJSON("/datacatalog/countCtrl/queryAllTopics");
return GetJSON("/dataassetmanager/countApi/queryAllTopics");
}
export function getTableModelByDirId(payload) {
return GetJSON("/datacatalog/countCtrl/getTableModelInfoByDirId", payload);
return GetJSON("/dataassetmanager/countApi/getTableModelInfoByDirId", payload);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment