修改按钮样式

This commit is contained in:
zhangyc
2022-12-12 02:10:49 +08:00
parent b744d6ae74
commit f6a3966231
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -24,3 +24,4 @@ pnpm-debug.log*
fe-manage.iml
package-lock.json
src/api/config.js
src/api/config.js

View File

@@ -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);