'去除无用打印'

This commit is contained in:
张磊
2026-04-07 09:14:40 +08:00
parent 1c314e3465
commit 5d9d3fe1c4
-1
View File
@@ -63,7 +63,6 @@ const statusData: Record<number, string> = {
};
const getaddress = async () => {
const res = await getAreaList();
console.log(res, 'res')
}
getaddress()
const loading = ref(false);