From f28a4a64c825b02e32e79387e0a6763e934ce51d Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 16:01:09 +0800
Subject: [PATCH] feat(config): 更新生态圈API基础URL配置
---
App.vue | 18 ++----------------
1 files changed, 2 insertions(+), 16 deletions(-)
diff --git a/App.vue b/App.vue
index dbfb431..6d4c20d 100644
--- a/App.vue
+++ b/App.vue
@@ -1,17 +1,7 @@
<script>
-import {
- config,
-} from 'common/config.js';
-import Vconsole from 'vconsole';
-import {
- getPlat
-} from 'common/util.js';
export default {
- onLaunch: function(opt) {
- 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')
@@ -55,10 +45,6 @@
.color-red {
color: #DE2D35;
- }
-
- .color-green {
- color: #3fde2d;
}
.font-bold {
--
Gitblit v1.9.1