Commit a332481d by xiehao

1、修改了架构元模型结构化解析地址

1 parent 72a9cef6
Showing with 2 additions and 3 deletions
......@@ -71,7 +71,7 @@ export function getJGYSGLDel(params) {
}
// 查询画布跳转的表格数据
export function get_drawio_transform_table(params) {
return post('/network/mxFile/fdBmd', params);
return post('/network/ma-ml/fdBmd', params);
}
// 查询元模型管理页面
export function get_yuan_mo_xing_list(params) {
......@@ -494,4 +494,4 @@ export function queryViewManageQingDan(params) {
// 总体架构资产智能搜索,左侧树
export function archiIntelligenceSearchTree(params) {
return post('/network/arc-ast-cn/assetTree', params);
}
\ No newline at end of file
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!