chromesetting
杨树明 5 years ago
parent bd2e25ec00
commit 50ac4d3e1e

@ -75,6 +75,7 @@ export const getJupyterTpiUrl = (obj) => {
console.log('获取url', res); console.log('获取url', res);
if (res.status === 200) { if (res.status === 200) {
const { status, url = '', port } = res.data; const { status, url = '', port } = res.data;
addjypertime(Date.now() +3600 * 1000)
dispatch({ dispatch({
type: types.GET_JUPYTER_TPI_URL, type: types.GET_JUPYTER_TPI_URL,
payload: { payload: {

Loading…
Cancel
Save