소스 검색

删除debug代码

vera_min 2 년 전
부모
커밋
15953fcf0f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/system/monitor/plugin/index.vue

+ 0 - 1
src/views/system/monitor/plugin/index.vue

@@ -93,7 +93,6 @@ export default defineComponent({
 		};
 		const dataList = () => {
 			state.tableData.loading = true;
-            console.log(state.tableData.param)
 			api.plugin
 				.getList(state.tableData.param)
 				.then((res: any) => {