This commit is contained in:
2025-05-21 15:45:10 +08:00
parent f6ed5b04de
commit 5d96054c0c
44 changed files with 2460 additions and 2126 deletions

8
src/enum/TXJLENUM.js Normal file
View File

@@ -0,0 +1,8 @@
const TXJLENUM = {
0: 'info',
1: 'warn',
2: 'success',
'-1': 'error'
}
export default TXJLENUM;

9
src/enum/ZFENUM.js Normal file
View File

@@ -0,0 +1,9 @@
import ZFBICON from "../static/icons/ZFBICON.png";
import YHKICON from "../static/icons/YHKICON.png";
const ZFENUM = {
1: ZFBICON,
2: YHKICON,
}
export default ZFENUM;