From 03ab0d9b4705efc3a79113d63b252f2e1d1292a2 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期六, 31 八月 2024 10:44:36 +0800
Subject: [PATCH] #缓存队列bug fixed
---
zy-asrs-openapi/src/main/webapp/views/default.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zy-asrs-openapi/src/main/webapp/views/default.html b/zy-asrs-openapi/src/main/webapp/views/default.html
index 6caec88..7ba0cf0 100644
--- a/zy-asrs-openapi/src/main/webapp/views/default.html
+++ b/zy-asrs-openapi/src/main/webapp/views/default.html
@@ -216,7 +216,7 @@
},
switchPage(url) {
location.href = url
- },
+ }
}
})
</script>
--
Gitblit v1.9.1