#
whycq
2023-10-01 d8a7f043c793e911d6e85b99373c2db26a01f6ad
main.js
@@ -2,14 +2,11 @@
// #ifndef VUE3
import Vue from 'vue'
// Vue.prototype.baseUrl = "http://localhost:8081/acs"
Vue.prototype.baseHttp = 'http://'
Vue.prototype.basePort = '8080'
Vue.prototype.baseUrl = '/lywms'
import './uni.promisify.adaptor'
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
    ...App
  ...App
})
app.$mount()
// #endif