Browse Source

注释axios store的引入

yangc 7 years ago
parent
commit
228affdde3
1 changed files with 1 additions and 1 deletions
  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,