Commit 7b0cf5c4 authored by IvyXia123's avatar IvyXia123

cookie

parent 715e8976
......@@ -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.eb1d5e0a3a46a22bec6f.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.d326238a16feda58b565.js></script></body></html>
\ No newline at end of file
......@@ -688,7 +688,6 @@ router.beforeEach((to, from, next) => {
goOn()
}).catch((err) => {
console.log(err)
goOn()
if (localStorage.getItem('userDesc')) {
goOn()
}
......
......@@ -28,7 +28,6 @@ axios.interceptors.request.use(
// 添加token到headers
if (token) {
config.headers.token = token
}
// 鉴权参数设置
if (config.method === 'get' && config.url !== '/api/admin/login') {
......
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