From 7dbb2480c6a869af83e1a26be39d5428e73077ca Mon Sep 17 00:00:00 2001 From: vapao Date: Thu, 1 Apr 2021 00:25:44 +0800 Subject: [PATCH] fix issue --- spug_web/src/pages/deploy/request/Table.js | 4 +++- spug_web/src/pages/login/index.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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') } }