Commit 4d3e4766 by 李耀琨

sd

parent a42a51ac
...@@ -21,8 +21,8 @@ const addTopName = (data) => { ...@@ -21,8 +21,8 @@ const addTopName = (data) => {
return `/KETTLE-SERVER/${data.url}` return `/KETTLE-SERVER/${data.url}`
case 'webetl': case 'webetl':
return `/ETLWEB-SERVER/${data.url}` return `/ETLWEB-SERVER/${data.url}`
case 'etlweb': // case 'etlweb':
return `/ETLWEB-SERVER/${data.url}` // return `/ETLWEB-SERVER/${data.url}`
default: default:
return `${data.url}` return `${data.url}`
} }
......
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