From 4d85921b4850fc836c933326dc984407a5f57b9b Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Thu, 31 Jul 2025 17:58:07 +0800 Subject: [PATCH] 1 --- commons/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/config.js b/commons/config.js index 4063917..75a937b 100644 --- a/commons/config.js +++ b/commons/config.js @@ -1,5 +1,5 @@ //打包时修改env的值即可 -const env = 'zhangsong_local' //test,production,local +const env = 'local' //test,production,local export const encryptKey = '1234567890123456' // http数据加解密的key