@@ -40,7 +40,7 @@ new Vue({
router,
store,
i18n,
- devtools: true,
+ devtools: process.env.NODE_ENV === 'development',
async created () {
// 加载接口配置
await this.$store.dispatch('ibps/api/load')