Commit 8af7ed22 authored by IvyXia123's avatar IvyXia123

dd

parent 82c5b4e6
...@@ -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.2a2ee34f6507aadee106.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.a395eaea82b1e593ce22.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
This diff is collapsed.
...@@ -97,13 +97,13 @@ axios.interceptors.response.use( ...@@ -97,13 +97,13 @@ axios.interceptors.response.use(
response => { response => {
if (response.data.code === 501) { if (response.data.code === 501) {
// 登录验证 // 登录验证
router.push({ /*router.push({
name: 'author',//从哪个页面跳转 name: 'author',//从哪个页面跳转
query: { query: {
retUrl: window.location.href.split('#')[1] || '', retUrl: window.location.href.split('#')[1] || '',
is_new_user_url: 1 is_new_user_url: 1
} }
}) })*/
} }
return response; return response;
}, },
......
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