Explorar el Código

task 45202 大屏调整

dev
庞东旭 hace 3 días
padre
commit
5457f3da25
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. +0
    -1
      src/utils/request.js
  2. +0
    -1
      src/views/login/index.js

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

@@ -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 fichero

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


Cargando…
Cancelar
Guardar