From 0437b2c85145a67fc15dcd667d67027042a8b422 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 23 八月 2023 15:01:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before
---
src/worker/test.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/worker/test.js b/src/worker/test.js
new file mode 100644
index 0000000..9fda9e4
--- /dev/null
+++ b/src/worker/test.js
@@ -0,0 +1,5 @@
+export function test(){
+ for (let index = 0; index < 100; index++) {
+ console.log("瀛愮嚎绋�"+index);
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3