# utils/index.js import Vue from "vue"; import myService from "./request"; import Func from "./function"; Vue.prototype = Object.assign(Vue.prototype, { $axios: myService, $F: Func, //使用 this.$F.setStorage()
//使用 this.$F.setStorage()