mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-30 23:21:45 +00:00
refactor: mp模块统一accountId未初始化值为-1,删除QueryParams定义
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import request from '@/config/axios'
|
||||
|
||||
export interface AccountVO {
|
||||
id?: number
|
||||
id: number
|
||||
name: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user