@@ -153,7 +153,7 @@
// console.log(response);
if (response === undefined || response.model === undefined || response.model.list === undefined || response.model.list.length === 0) {
- that.$router.push('index');
+ that.$router.push('login');
}
try {
let t = response.model.list;