Commit d2d04caa by crushh

udpate: ui

parent 0092290f
...@@ -69,7 +69,7 @@ Vue.axios.interceptors.response.use( ...@@ -69,7 +69,7 @@ Vue.axios.interceptors.response.use(
if (window.location.href.indexOf('gic-error') != -1) { if (window.location.href.indexOf('gic-error') != -1) {
return false; return false;
} }
// window.location.href = local + '/haoban-3/#/login'; window.location.href = local + '/haoban-3/#/login';
} }
if (data.data.errorCode == 10 || data.data.errorCode == 7) { if (data.data.errorCode == 10 || data.data.errorCode == 7) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment