From 3696830fbaf2fd97d98020087abf20917e491bdc Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 23 四月 2026 20:06:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
app/main.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/app/main.js b/app/main.js
index 500814c..8fbe04f 100644
--- a/app/main.js
+++ b/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,
--
Gitblit v1.9.3