no message
Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | // http.js | 1 | // http.js |
| 2 | 2 | ||
| 3 | import axios from "axios"; | 3 | // import axios from "axios"; |
| 4 | import axios from 'axios/dist/axios' | ||
| 4 | import { getToken } from "./local-store"; | 5 | import { getToken } from "./local-store"; |
| 5 | import { ElMessage } from "element-plus"; | 6 | import { ElMessage } from "element-plus"; |
| 6 | 7 | ... | ... |
-
Please register or sign in to post a comment