Quellcode durchsuchen

注释axios store的引入

yangc vor 7 Jahren
Ursprung
Commit
228affdde3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      plugins/axios.js

+ 1 - 1
plugins/axios.js

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