#
whycq
2023-12-04 903890d942de1271784032ff18ac68749086b897
main.js
@@ -5,8 +5,8 @@
import Vue from 'vue'
Vue.use(uView)
Vue.config.productionTip = false
// Vue.prototype.baseUrl = 'http://crm.zoneyung.net'
Vue.prototype.baseUrl = 'http://192.168.4.188:9528'
Vue.prototype.baseUrl = 'http://crm.zoneyung.net'
// Vue.prototype.baseUrl = 'http://192.168.4.188:9528'
App.mpType = 'app'
const app = new Vue({
    ...App