Commit 48a6a652 by zhaochengxiang

修改服务名

parent d0d6d218
...@@ -276,7 +276,7 @@ const FC = (props) => { ...@@ -276,7 +276,7 @@ const FC = (props) => {
title: '提示', title: '提示',
content: '确定导出该规范吗?', content: '确定导出该规范吗?',
onOk: () => { onOk: () => {
window.open(`/api/shandatamodeler/easyDataModelerRule/exportRules?catalogId=${node?.id}`) window.open(`/api/datamodeler/easyDataModelerRule/exportRules?catalogId=${node?.id}`)
} }
}) })
} }
......
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