Browse Source

删除打印

dev
wenlele 2 years ago
parent
commit
6a09a3d691
  1. 1
      web/client/src/sections/install/containers/system.jsx

1
web/client/src/sections/install/containers/system.jsx

@ -61,7 +61,6 @@ const Example = (props) => {
dispatch(install.getProjectAppList(query)).then((res) => {// dispatch(install.getProjectAppList(query)).then((res) => {//
setAppList(res.payload.data) setAppList(res.payload.data)
}) })
console.log('user', user);
}, []) }, [])
useEffect(() => { useEffect(() => {
getProjectPomsList(); getProjectPomsList();

Loading…
Cancel
Save