Commit 6ca05ac0 authored by IvyXia123's avatar IvyXia123

author

parent 12c31493
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
position: fixed; position: fixed;
background: #f4f4f4; background: #f4f4f4;
} }
/* html{font-size: 1px;} */</style><link href=static/css/app.419a340d5d99fa41c7715c7b65489c6f.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=static/js/manifest.eea332e10e945cc2e81d.js></script><script type=text/javascript src=static/js/vendor.0c1d6ebbba685002d59c.js></script><script type=text/javascript src=static/js/app.2e3a184670180684fd07.js></script></body></html> /* html{font-size: 1px;} */</style><link href=static/css/app.419a340d5d99fa41c7715c7b65489c6f.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=static/js/manifest.eea332e10e945cc2e81d.js></script><script type=text/javascript src=static/js/vendor.0c1d6ebbba685002d59c.js></script><script type=text/javascript src=static/js/app.0dd7929d0a8f42a2b348.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
This diff is collapsed.
...@@ -95,7 +95,7 @@ axios.interceptors.request.use( ...@@ -95,7 +95,7 @@ axios.interceptors.request.use(
//http response 拦截器 //http response 拦截器
axios.interceptors.response.use( axios.interceptors.response.use(
response => { response => {
if (response.data.code === 501) { /*if (response.data.code === 501) {
// 登录验证 // 登录验证
router.push({ router.push({
name: 'author',//从哪个页面跳转 name: 'author',//从哪个页面跳转
...@@ -104,7 +104,7 @@ axios.interceptors.response.use( ...@@ -104,7 +104,7 @@ axios.interceptors.response.use(
is_new_user_url: 1 is_new_user_url: 1
} }
}) })
} }*/
return response; return response;
}, },
error => { error => {
......
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