08 2022 档案
摘要:getCurrentInstance 获取当前组件实例 import { getCurrentInstance } from "vue"; const instance = getCurrentInstance(); ctx 当前组件的上下文,只能在开发环境下使用,生产环境下的 ctx 将访问不到,
阅读全文
摘要:接口请求时候加载loading,这里使用的vue+vant import axios from 'axios'; import { Toast } from 'vant'; const instance = axios.create({ baseURL: 'xxx', timeout: 100000
阅读全文