diff --git a/.gitignore b/.gitignore index a9cb426f..cd5df5a8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ pnpm-debug.log* fe-manage.iml package-lock.json src/api/config.js +src/api/config.js diff --git a/src/api/config.js b/src/api/config.js index de2a7d15..028b7583 100644 --- a/src/api/config.js +++ b/src/api/config.js @@ -56,7 +56,7 @@ http.interceptors.response.use( return response; } else { if (code === 1000) { - window.open("https://u-pre.boe.com/web/", '_self'); + // window.open("https://u-pre.boe.com/web/", '_self'); // window.open("http://111.231.196.214:12013/manage/login", '_self'); } console.log("api %o", msg);