From 6b754cd28c45741a24e7f7193b894e3e386e4af8 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sat, 20 Sep 2025 18:25:51 +0800
Subject: [PATCH] 1
---
src/views/quotes/List.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/quotes/List.vue b/src/views/quotes/List.vue
index 5fc9e0c..55bed5d 100644
--- a/src/views/quotes/List.vue
+++ b/src/views/quotes/List.vue
@@ -15,7 +15,6 @@
import Head from './components/head.vue'
const store = useStore();
-console.log("aaaaaaaaaaa");
//#region 行情数据----------------------------------------
let qList = ref([])
--
Gitblit v1.9.3