Ver código fonte

task 45202 大屏调整

dev
庞东旭 18 horas atrás
pai
commit
5457f3da25
2 arquivos alterados com 0 adições e 2 exclusões
  1. +0
    -1
      src/utils/request.js
  2. +0
    -1
      src/views/login/index.js

+ 0
- 1
src/utils/request.js Ver arquivo

@@ -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 Ver arquivo

@@ -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" })
}
}


Carregando…
Cancelar
Salvar