This website requires JavaScript.
Explore
Help
Register
Sign In
auth
/
financial-web
Watch
1
Star
0
Fork
You've already forked financial-web
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
51156fb489
financial-web
/
src
/
enums
/
upload.ts
6 lines
121 B
TypeScript
Raw
Blame
History
// 系统枚举变量
export
enum
SystemEnum
{
IMAGE_SIZE
=
5
*
1024
*
1024
,
IMAGE_MESSAGE
=
'文件不能大于5M'
,
}
Reference in New Issue
View Git Blame
Copy Permalink