代码优化

This commit is contained in:
GaoHao
2025-01-07 09:54:54 +08:00
parent 4ccddee396
commit 5b19340974
10 changed files with 882 additions and 885 deletions

View File

@@ -4,7 +4,7 @@ const env='test' //test , production,local
export const encryptKey='1234567890123456' // http数据加解密的key
export const apiUrl='/czg/'
export const apiUrl='/czg/app'
export const h5Config = {
production: 'https://dj-h5.hnsiyao.cn',
test: 'https://web-api.hnsiyao.cn',