Commit e5b7554b by wangshufen

fixed:token校验修改

parent dbe506ed
......@@ -18,7 +18,7 @@ function disableF12() {
// disableF12();
const baseURL = 'http://52.83.169.190:8004/';
const token = getQueryString('token')
const token = getQueryString('token') || localStorage.getItem('token');
const request = axios.create({
baseURL,
......
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