Commit 8bc1d38f authored by zhangyao's avatar zhangyao

去除debugger

parent 5cd72056
...@@ -1685,7 +1685,6 @@ const isDomLoaded = ref(false); ...@@ -1685,7 +1685,6 @@ const isDomLoaded = ref(false);
//获取数据 //获取数据
const getData = async () => { const getData = async () => {
debugger;
pageLoading.value = true; pageLoading.value = true;
let res: any; let res: any;
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment