Browse Source

remove: 移除debugger

lizhixian 5 months ago
parent
commit
1d17c18f41
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/api/bpm/model/index.ts

+ 0 - 1
src/api/bpm/model/index.ts

@@ -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 })
 }