diff --git a/spug_web/src/pages/deploy/request/Table.js b/spug_web/src/pages/deploy/request/Table.js index 50b5e49..24e4e08 100644 --- a/spug_web/src/pages/deploy/request/Table.js +++ b/spug_web/src/pages/deploy/request/Table.js @@ -115,7 +115,9 @@ function ComTable() { ; case '1': return - store.showConsole(info)}>发布 + handleDeploy(e, info)}> + 发布 + handleDelete(info)}>删除 ; case '2': diff --git a/spug_web/src/pages/login/index.js b/spug_web/src/pages/login/index.js index 0932918..ea4b20b 100644 --- a/spug_web/src/pages/login/index.js +++ b/spug_web/src/pages/login/index.js @@ -74,7 +74,7 @@ export default function () { if (history.location.state && history.location.state['from']) { history.push(history.location.state['from']) } else { - history.push('/welcome/index') + history.push('/home') } }