修改正式环境

This commit is contained in:
YeMingfei666 2025-06-30 14:23:20 +08:00
parent dd666f0d82
commit 81fa4da0e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
//打包时修改env的值即可 //打包时修改env的值即可
const env = 'test' //test,production,local const env = 'production' //test,production,local
export const encryptKey = '1234567890123456' // http数据加解密的key export const encryptKey = '1234567890123456' // http数据加解密的key