石广澎
2025-11-17 8771da2ccf6f7c3fd2a8c89a1a0e230c6386db7f
App.vue
@@ -1,11 +1,7 @@
<script>
import Vconsole from 'vconsole';
   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')
@@ -49,10 +45,6 @@
   .color-red {
      color: #DE2D35;
   }
   .color-green {
      color: #3fde2d;
   }
   .font-bold {