This commit is contained in:
wangshiming
2021-12-13 10:43:03 +08:00
parent d13b27e76b
commit cc7f7c7649
23 changed files with 572 additions and 354 deletions

View File

@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-11-29 10:04:12
* @LastEditTime: 2021-12-06 15:21:46
* @LastEditTime: 2021-12-13 10:42:19
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\shared\index.ts
@ -17,6 +17,7 @@ export * from './components/scrollbar/index';
export * from './components/address/index';
export * from './components/captcha/index';
export * from './components/amap/index';
export * from './components/dict-select/index';
// Utils
export * from './utils';