Browse Source

console.log 删除

master
wenlele 2 years ago
parent
commit
7668f0ed4c
  1. 1
      web/client/src/layout/containers/layout/index.jsx

1
web/client/src/layout/containers/layout/index.jsx

@ -209,7 +209,6 @@ const LayoutContainer = props => {
RouteRequest.get(RouteTable.apiRoot).then(res => {
let token = Cookie.get('pepToken', { domain: res.domain });
dispatch(login({ token })).then(res => {
console.log(res);
if (res.type == 'LOGIN_SUCCESS') {
const data = res.payload?.user || {}
history.push('/businessManagement/pmReport/reserveItemsReporting')

Loading…
Cancel
Save