diff --git a/frontend/src/components/stock.vue b/frontend/src/components/stock.vue
index f7a7522..6fb1fff 100644
--- a/frontend/src/components/stock.vue
+++ b/frontend/src/components/stock.vue
@@ -64,7 +64,7 @@ onMounted(() => {
if(isTradingTime()){
monitor()
}
- }, 1000)
+ }, 1500)
})
@@ -126,7 +126,7 @@ function getStockList(){
})
}
-function monitor() {
+async function monitor() {
for (let code of stocks.value) {
// console.log(code)
Greet(code).then(result => {
@@ -227,7 +227,7 @@ function fullscreen(){
-
+
@@ -270,17 +270,22 @@ function fullscreen(){
+
+
+
+
+ 添加
+ {{data.fullscreen?'退出全屏':'全屏'}}
+
+
+
-
- 添加
- {{data.fullscreen?'退出全屏':'全屏'}}
-