Commit 46b01a0f authored by IvyXia123's avatar IvyXia123

提议

parent 2a979b27
...@@ -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.bda789fc5cbd4822a23d.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.454d1b9949ac50204f2e.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
This diff is collapsed.
...@@ -685,7 +685,7 @@ router.beforeEach((to, from, next) => { ...@@ -685,7 +685,7 @@ router.beforeEach((to, from, next) => {
goOn() goOn()
}).catch((err) => { }).catch((err) => {
console.log(err) console.log(err)
goOn() // goOn()
if (localStorage.getItem('userDesc')) { if (localStorage.getItem('userDesc')) {
goOn() goOn()
} }
......
...@@ -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