瀏覽代碼

宅基地调查

wulanhaote
yujk 3 年之前
父節點
當前提交
1732fb479b
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      src/utils/request.js

+ 4
- 1
src/utils/request.js 查看文件

@@ -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';*/
}
})
})


Loading…
取消
儲存