Browse Source

删除debug代码

vera_min 2 năm trước cách đây
mục cha
commit
15953fcf0f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) => {