diff --git a/commons/config.js b/commons/config.js index 75a937b..4063917 100644 --- a/commons/config.js +++ b/commons/config.js @@ -1,5 +1,5 @@ //打包时修改env的值即可 -const env = 'local' //test,production,local +const env = 'zhangsong_local' //test,production,local export const encryptKey = '1234567890123456' // http数据加解密的key