Selaa lähdekoodia

宅基地调查

wulanhaote
yujk 3 vuotta sitten
vanhempi
commit
1732fb479b
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      src/utils/request.js

+ 4
- 1
src/utils/request.js Näytä tiedosto

@@ -77,7 +77,10 @@ service.interceptors.response.use(res => {
} else if (window.location.href.indexOf('homesteadSurvey')!= -1) {
window.location.href = '/homesteadLogin';
} else {
window.location.href = '/index';
// 农村宅基地调查
window.location.href = '/homesteadLogin';

/*window.location.href = '/index';*/
}
})
})


Ladataan…
Peruuta
Tallenna