d84293f4 by yyx

Merge branch 'order' of https://code.itechtop.cn/yangyang/dance-pc into order

2 parents 26e0db45 86bfc22a
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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!