3.10 工程代码同步master
This commit is contained in:
14
src/typings.d.ts
vendored
14
src/typings.d.ts
vendored
@ -36,3 +36,17 @@ declare let ga: Function;
|
||||
declare let ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: 'site' | undefined;
|
||||
|
||||
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
|
||||
/**ENV-系统跳转参数SECRET */
|
||||
declare const REACT_APP_CLIENT_SECRET: string
|
||||
/**ENV-密码加密参数CIPHERMODE */
|
||||
declare const REACT_APP_PASSWORD_CIPHERMODE: string
|
||||
/**ENV-密码加密参数PUBLICKEY */
|
||||
declare const REACT_APP_PASSWORD_PUBLICKEY: string
|
||||
/**ENV-环境参数 */
|
||||
declare const START_ENV: string
|
||||
/**ENV-询价查看报价跳转地址 */
|
||||
declare const REACT_APP_XUNJIA_REDIRECT: string
|
Reference in New Issue
Block a user