Merge branch 'master' of http://10.124.128.2:8888/eshop/fe_service_ebtp_frontend into master_jnryy_customerservice

This commit is contained in:
jl-zhoujl2
2022-08-25 08:41:49 +08:00
131 changed files with 6258 additions and 2086 deletions

4
src/typings.d.ts vendored
View File

@ -31,6 +31,10 @@ interface Window {
declare let ga: Function;
declare interface Window {
ntkoBrowser: any;
}
// preview.pro.ant.design only do not use in your production ;
// preview.pro.ant.design 专用环境变量,请不要在你的项目中使用它。
declare let ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: 'site' | undefined;