指标字典

This commit is contained in:
sjl
2024-11-05 14:15:56 +08:00
parent 64ae879aee
commit 1f22234b45
7 changed files with 37 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
import { Login } from './interface'
import type { Login } from './interface'
import { ADMIN as rePrefix } from '@/api/config/serviceName'
import http from '@/api'
import type { Dict } from '../interface'