Commit b06bebac authored by IvyXia123's avatar IvyXia123

dd

parent c4aa7387
......@@ -15,7 +15,7 @@ axios.interceptors.request.use(
config => {
// 获取token
// process.env.versionTime
let versiontime = '09021400'
let versiontime = '09021400';
alert(window.navigator.userAgent.split('=')[1]);
const token = window.navigator.userAgent.split('=')[1] ? 'Bearer ' + window.navigator.userAgent.split('=')[1] : localStorage.getItem('cc_token');
// 设置参数格式
......
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