diff --git a/config/index.js b/config/index.js index a7cee55..151cb33 100644 --- a/config/index.js +++ b/config/index.js @@ -12,7 +12,7 @@ const envParam = { prod: 'production', } -const env = envParam['test'] +const env = envParam['prod'] // 全局配置 const config = {