#
whycq
2023-01-01 9c34e8cc2ff136db5c27a5adc2eb2e140ac0580a
main.js
@@ -3,7 +3,7 @@
// #ifndef VUE3
import Vue from 'vue'
Vue.config.productionTip = false
Vue.prototype.baseUrl = 'http://192.168.4.188:9528'
Vue.prototype.baseUrl = 'http://127.0.0.1:9528'
App.mpType = 'app'
const app = new Vue({
    ...App