#
whycq
2023-10-13 ed410791a62bb5dc11d8be22c42084c88aca78a9
main.js
@@ -2,13 +2,12 @@
// #ifndef VUE3
import Vue from 'vue'
// Vue.prototype.baseUrl = "http://localhost:8081/acs"
Vue.prototype.baseHttp = 'http://'
Vue.prototype.baseUrl = '/xgmwms'
import uView from './uni_modules/uview-ui/index.js'
import './uni.promisify.adaptor'
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
    ...App
  ...App
})
app.$mount()
// #endif