doum
2026-04-23 2800434db8a3117cf4f1ccb119e7ac939f0511bb
app/main.js
@@ -3,7 +3,6 @@
import uView from "uview-ui";
import store from './store/index.js'
import './uni.promisify.adaptor'
// import Vconsole from 'vconsole'
Vue.config.productionTip = false
App.mpType = 'app'
@@ -11,7 +10,6 @@
 
Vue.prototype.$baseUrl = 'http://192.168.1.54:10011/'
Vue.prototype.$store = store;
// Vue.prototype.$vConsole= new Vconsole()
const app = new Vue({
   store,