添加了拦截器

This commit is contained in:
2020-09-24 15:33:12 +08:00
parent 4fbf1353da
commit ed42b204d7
8 changed files with 42 additions and 13 deletions

View File

@@ -4,8 +4,6 @@ import Antd from 'ant-design-vue';
import router from './router'
import store from './store'
import 'ant-design-vue/dist/antd.css';
import axios from "./config/axiosConfig"
import VueAxios from "vue-axios"
createApp(App).use(store).use(router).use(Antd).use(VueAxios,axios).mount('#app')
const app = createApp(App);
app.use(store).use(router).use(Antd).mount('#app')