From 50ac4d3e1e69c98f3b159ff3f10006fc370be506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 20 Dec 2019 22:45:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/redux/actions/jupyter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/redux/actions/jupyter.js b/public/react/src/redux/actions/jupyter.js index ce9dcaa6b..589c1c859 100644 --- a/public/react/src/redux/actions/jupyter.js +++ b/public/react/src/redux/actions/jupyter.js @@ -75,6 +75,7 @@ export const getJupyterTpiUrl = (obj) => { console.log('获取url', res); if (res.status === 200) { const { status, url = '', port } = res.data; + addjypertime(Date.now() +3600 * 1000) dispatch({ type: types.GET_JUPYTER_TPI_URL, payload: {