소스 검색

注释axios store的引入

yangc 7 년 전
부모
커밋
228affdde3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/axios.js

+ 1 - 1
plugins/axios.js

@@ -1,6 +1,6 @@
 import Vue from 'vue'
 import axios from 'axios'
-import store from '~store'
+// import store from '~store'
 
 const service = axios.create({
   withCredentials: true,