sys 2 vuotta sitten
vanhempi
commit
2a5d9ae228
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      service/ajax.js

+ 1 - 2
service/ajax.js

@@ -1,7 +1,6 @@
 import tools from "@/service/tools";
-import store from '@/store'
 let BASE_URL =''
-//#ifdef APP-PLUS
+//#ifndef H5
 BASE_URL ='https://' + process.uniEnv.baseUrl;
 //#endif