twt %!s(int64=3) %!d(string=hai) anos
pai
achega
258b8aa1f1
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      operatingCompany/main.js

+ 8 - 0
operatingCompany/main.js

@@ -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