fix:移除debugger

pull/728/head
lizhixian 2025-03-12 10:09:24 +08:00
parent 3264215d5a
commit 0c09ebbda7
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ export const getModelList = async (name: string | undefined) => {
}
export const getModel = async (id: string) => {
debugger
return await request.get({ url: '/bpm/model/get?id=' + id })
}