chromesetting
杨树林 5 years ago
parent c40b04f44e
commit 964bdf03b3

@ -90,6 +90,13 @@ export function initAxiosInterceptors(props) {
}
}
if(config.params&&config.params.redirect_uri!=undefined){
debugger
if(config.params.redirect_uri.indexOf('jupyters')!=-1){
url = `${config.url}`;
}
}
if(`${config[0]}`!=`true`){
if (window.location.port === "3007") {
// if (url.indexOf('.json') == -1) {

Loading…
Cancel
Save