소스 검색

宅基地app

wulanhaote
yujk 3 년 전
부모
커밋
2919cb1113
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      src/permission.js
  2. +2
    -2
      src/utils/request.js

+ 1
- 1
src/permission.js 파일 보기

@@ -157,7 +157,7 @@ router.beforeEach((to, from, next) => {
}else if (to.path.indexOf('/homestead/') !== -1) {
next(`/homestead/login`)
} else {
next(`/zjdLogin`)
next(`/homesteadLogin`)
//next({ path: '/' })
}
})


+ 2
- 2
src/utils/request.js 파일 보기

@@ -94,8 +94,8 @@ service.interceptors.response.use(res => {
} else if (window.location.href.indexOf('/homestead/') != -1) {
window.location.href = '/homestead/login';
} else {
// 农村宅基地调查
window.location.href = '/zjdLogin';
window.location.href = '/homesteadLogin';
//window.location.href = '/zjdLogin';

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


불러오는 중...
취소
저장