浏览代码

删除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) => {