From 8771da2ccf6f7c3fd2a8c89a1a0e230c6386db7f Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 15:40:48 +0800
Subject: [PATCH] feat(api): 新增多个API接口并优化配置

---
 App.vue |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/App.vue b/App.vue
index d313404..6d4c20d 100644
--- a/App.vue
+++ b/App.vue
@@ -1,13 +1,7 @@
 <script>
-import Vconsole from 'vconsole';
 	export default {
-		onLaunch: function(opt) {
-      if(opt.query?.debug){
-        uni.setStorageSync('DEBUG', opt.query?.debug == 'true');
-      }
-      if (uni.getStorageSync('DEBUG')) {
-        new Vconsole();
-      }
+		onLaunch: function() {
+			console.log('App Launch')
 		},
 		onShow: function() {
 			console.log('App Show')
@@ -51,10 +45,6 @@
 
 	.color-red {
 		color: #DE2D35;
-	}
-
-	.color-green {
-		color: #3fde2d;
 	}
 
 	.font-bold {

--
Gitblit v1.9.1