瀏覽代碼

注释axios store的引入

yangc 8 年之前
父節點
當前提交
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,