1. 优化配置管理的 loading 设置

This commit is contained in:
YunaiV
2023-03-09 21:45:39 +08:00
parent 74846a11bd
commit d24d9e690a
3 changed files with 20 additions and 11 deletions

View File

@ -1,7 +1,7 @@
import request from '@/config/axios'
export interface ConfigVO {
id: number
id: number | undefined
category: string
name: string
key: string