## 放在应用程序代码之前运行 ```html ``` ```html <% if (mode!=='development' ) { %> <% } %> ``` ``` ;(function () { var src = '//cdn.jsdelivr.net/npm/eruda'; if (!/eruda=true/.test(window.location) && localStorage.getItem('active-eruda') != 'true') return; document.write(''); document.write('eruda.init();'); })(); ``` ## 放在应用程序代码之前运行 ```html ``` ``` ``` // ============================ 在开发环境不接入 Fundebug ============================ let fundebug = { init() {}, }; let FundebugVue = class { install() {} }; // ============================ 在开发环境不接入 Fundebug ============================