#
whycq
2023-11-13 81b8089d94e7f9537b8f5a00b68c95a9e858e2bf
main.js
@@ -1,9 +1,11 @@
import App from './App'
import uView from '@/uni_modules/uview-ui'
// #ifndef VUE3
import Vue from 'vue'
Vue.use(uView)
Vue.config.productionTip = false
Vue.prototype.baseUrl = 'https://47.97.1.152:80/crm'
Vue.prototype.baseUrl = 'http://192.168.4.188:9528'
App.mpType = 'app'
const app = new Vue({
    ...App