|
@@ -5,6 +5,7 @@ Vue.prototype.$common =common
|
|
|
|
|
|
import request from '@/utils/request.js'
|
|
import request from '@/utils/request.js'
|
|
Vue.prototype.$http = request.http
|
|
Vue.prototype.$http = request.http
|
|
|
|
+Vue.prototype.$request =request
|
|
import store from './store'
|
|
import store from './store'
|
|
Vue.prototype.$store = store // 定义成全局组件
|
|
Vue.prototype.$store = store // 定义成全局组件
|
|
// #ifndef VUE3
|
|
// #ifndef VUE3
|