From c04bbbbe82d0f1ee4bd01ba2ca9f2b3c0b71425e Mon Sep 17 00:00:00 2001
From: whychdw <49690745@qq.com>
Date: 星期三, 26 五月 2021 10:22:37 +0800
Subject: [PATCH] 提交内容

---
 src/pages/test/js/const.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/pages/test/js/const.js b/src/pages/test/js/const.js
index d4d4137..042a1ac 100644
--- a/src/pages/test/js/const.js
+++ b/src/pages/test/js/const.js
@@ -2,13 +2,19 @@
     {
         label: '绌鸿浇璇曢獙',
         value: 'kz',
+        route: '/index/windingTest',
+        step: true, // 鏄惁鏈夎瘯楠屾楠�
     },
     {
         label: '璐熻浇璇曢獙',
         value: 'fz',
+        route: '/index/noLoadTest',
+        step: true,     // 鏄惁鏈夎瘯楠屾楠�
     },
     {
         label: '缁曢樆璇曢獙',
-        value: 'rz'
+        value: 'rz',
+        route: '/index/loadTest',
+        step: false,
     }
 ];
\ No newline at end of file

--
Gitblit v1.9.1