7.25 client_id恢复

This commit is contained in:
jl-zhoujl2
2023-07-25 15:53:27 +08:00
parent 71f53b3268
commit 889a82f05e
6 changed files with 6 additions and 6 deletions

2
src/typings.d.ts vendored
View File

@ -43,7 +43,7 @@ declare const REACT_APP_ENV: 'test' | 'dev' | 'pre' | false;
/**ENV-商城2.0跳转地址 */
declare const REACT_APP_MALL_V2_URL: string
/**ENV-系统跳转参数KEY */
// declare const REACT_APP_CLIENT_KEY: string
declare const REACT_APP_CLIENT_KEY: string
/**ENV-系统跳转参数SECRET */
// declare const REACT_APP_CLIENT_SECRET: string
/**ENV-密码加密参数CIPHERMODE */