前后端接口对接

This commit is contained in:
2025-09-22 17:44:31 +08:00
commit fb974f1100
44 changed files with 4801 additions and 0 deletions

4
global.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
// declare module '@/*';
declare module '@/components/*';
declare module '@/views/*';
declare module '@/api/*';