UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

14 lines (10 loc) 286 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function initCommonConfig(app) { if (process.env.NODE_ENV == 'production') { app.config.devtools = false; } else { app.config.devtools = true; } } exports.initCommonConfig = initCommonConfig;