Commit 46b01a0f authored by IvyXia123's avatar IvyXia123

提议

parent 2a979b27
......@@ -11,4 +11,4 @@
position: fixed;
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>
\ No newline at end of file
/* 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
This diff is collapsed.
This diff is collapsed.
......@@ -685,7 +685,7 @@ router.beforeEach((to, from, next) => {
goOn()
}).catch((err) => {
console.log(err)
goOn()
// goOn()
if (localStorage.getItem('userDesc')) {
goOn()
}
......
......@@ -97,13 +97,13 @@ axios.interceptors.response.use(
response => {
if (response.data.code === 501) {
// 登录验证
/*router.push({
router.push({
name: 'author',//从哪个页面跳转
query: {
retUrl: window.location.href.split('#')[1] || '',
is_new_user_url: 1
}
})*/
})
}
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