forked from Gitlink/forgeplus-react
2021-05-28同步develop分支
This commit is contained in:
parent
7666efe1df
commit
a209b29100
|
@ -3590,7 +3590,6 @@ a.user_bluebg_btn {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
|
||||
/***** loading ******/
|
||||
/*****载入中******/
|
||||
#ajax-indicator {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -32,7 +32,7 @@ export function initAxiosInterceptors(props) {
|
|||
// 判断网络是否连接
|
||||
initOnlineOfflineListener();
|
||||
|
||||
var proxy = "https://testforgeplus.trustie.net";
|
||||
var proxy = "https://testforgeplus.educoder.net";
|
||||
//响应前的设置
|
||||
axios.interceptors.request.use(
|
||||
config => {
|
||||
|
|
|
@ -135,7 +135,6 @@ body>.-task-title {
|
|||
height: 60px !important;
|
||||
}
|
||||
|
||||
|
||||
.HeaderSearch {
|
||||
margin-top: 18px;
|
||||
margin-right: 20px;
|
||||
|
|
Loading…
Reference in New Issue