石广澎
2025-01-03 c498177185391b997c9f9c76e0c7ce7a472da542
App.vue
@@ -2,7 +2,9 @@
import Vconsole from 'vconsole';
   export default {
      onLaunch: function(opt) {
      uni.setStorageSync('DEBUG', opt.query?.debug == 'true');
      if(opt.query?.debug){
        uni.setStorageSync('DEBUG', opt.query?.debug == 'true');
      }
      if (uni.getStorageSync('DEBUG')) {
        new Vconsole();
      }