소스 검색

task 45202 大屏调整

dev
庞东旭 3 일 전
부모
커밋
5457f3da25
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -1
      src/utils/request.js
  2. +0
    -1
      src/views/login/index.js

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

@@ -65,7 +65,6 @@ service.interceptors.response.use(res => {
store.dispatch('LogOut').then(() => {
try {
const targetPath = window.location.pathname;
console.log(window.location)
if(targetPath)
location.href = '/login?redirect=' + encodeURIComponent(targetPath);
else


+ 0
- 1
src/views/login/index.js 파일 보기

@@ -184,7 +184,6 @@ export default {
//重置密码
this.$set(this.resetPwd, "open", true);
} else {
console.log(this.redirect + 11111111111);
this.$router.push({ path: this.redirect || "/nav" })
}
}


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