|
@@ -2,11 +2,10 @@ import Vue from 'vue'
|
|
|
import browser from '@/utils/browser'
|
|
|
import {u_extend} from '@/utils'
|
|
|
|
|
|
-import {axios, serverName,orginLink} from '../config/http'
|
|
|
+// import { serverName,orginLink} from '../config/http'
|
|
|
|
|
|
-Vue.prototype.$http = axios
|
|
|
-Vue.prototype.$serverName = serverName
|
|
|
-Vue.prototype.$orginLink = orginLink
|
|
|
+// Vue.prototype.$serverName = serverName
|
|
|
+// Vue.prototype.$orginLink = orginLink
|
|
|
|
|
|
import {
|
|
|
$showTips,$showLoading,$hideLoading
|