refine settings

This commit is contained in:
Pan
2019-03-14 17:23:32 +08:00
parent e855f6a121
commit b0e3dc8617
6 changed files with 57 additions and 37 deletions

View File

@@ -1,4 +1,5 @@
export default {
title: 'vue-element-admin',
/**
* @type {boolean} true | false
@@ -16,7 +17,7 @@ export default {
* @type {string | array} 'production' | ['production','development']
* @description Need show err logs component.
* The default is only used in the production env
* If you want to use it in dev, you can pass ['production','development']
* If you want to also use it in dev, you can pass ['production','development']
*/
errorLog: 'production'
}