|
@@ -3,6 +3,14 @@ import App from './App'
|
|
|
// #ifndef VUE3
|
|
|
import Vue from 'vue'
|
|
|
Vue.config.productionTip = false
|
|
|
+
|
|
|
+import request from 'common/request.js'
|
|
|
+import common from 'common/common.js'
|
|
|
+
|
|
|
+Vue.prototype.$http = request.http
|
|
|
+
|
|
|
+Vue.prototype.$common =common
|
|
|
+
|
|
|
App.mpType = 'app'
|
|
|
const app = new Vue({
|
|
|
...App
|