Commit 1f52d687 authored by mengwenhao's avatar mengwenhao

update: 合并代码

parent 62b3917b
// import axios from "../utils/request";
import axios from "../utils/request";
// export default {
// async getMessage () {
// // const res = await axios().get
// }
// };
export default {
async getMessage () {
const res = await axios.get()
console.log(res);
}
};
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