#
whycq
2023-11-29 c478bc1b36e38774cf01c02fd5e23858bd70a4a3
main.js
@@ -5,7 +5,7 @@
import Vue from 'vue'
Vue.use(uView)
Vue.config.productionTip = false
Vue.prototype.baseUrl = 'http://192.168.4.191:9528'
Vue.prototype.baseUrl = 'http://crm.zoneyung.net'
App.mpType = 'app'
const app = new Vue({
    ...App