mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-03-30 03:21:48 +00:00
remove: 移除debugger
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user