Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 212 Bytes

File metadata and controls

7 lines (4 loc) · 212 Bytes

项目常量处理

项目中用到的常量应该集中处理,项目代码中不应该出现常量字符串和数字。

便于后期维护和国际化处理。

参考src/app/const.ts