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) => {//
setAppList(res.payload.data)
})
console.log('user', user);
}, [])
useEffect(() => {
getProjectPomsList();

Loading…
Cancel
Save