摘要: //下载axios npm i axios //在main.js挂载到全局 import axios from "axios"; const app = createApp(App); app.config.globalProperties.$axios = axios; //页面使用 <templ 阅读全文
posted @ 2022-03-23 11:18 小万子呀 阅读(2657) 评论(0) 推荐(2) 编辑
摘要: npm i axios main.js import axios from "axios"; const app = createApp(App); app.config.globalProperties.$axios = axios; 页面使用 import { getCurrentInstanc 阅读全文
posted @ 2022-03-23 10:42 小万子呀 阅读(214) 评论(0) 推荐(0) 编辑