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 {