Commit 6998e8f0 by zhaochengxiang

模型文字改成服务

parent a9ea2e3b
......@@ -17,7 +17,7 @@ const RecatalogModal = (props) => {
const onOk = () => {
if ((catalogId||'') === '') {
showMessage('warn', '请先选择模型目录');
showMessage('warn', '请先选择服务目录');
return;
}
......
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