From 93c133349a5ccd7a328371fa113dce69d5611f21 Mon Sep 17 00:00:00 2001
From: liuyu <yu.liu@cqgbkj.com>
Date: 星期二, 22 九月 2026 09:25:39 +0800
Subject: [PATCH] feat(tms): 完成课程考试自测等页面与接口对接
---
apps/jnpf-web-apps-main/src/router/routes/modules/tmsSelfTest.ts | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/apps/jnpf-web-apps-main/src/router/routes/modules/tmsSelfTest.ts b/apps/jnpf-web-apps-main/src/router/routes/modules/tmsSelfTest.ts
index 1f9e582..92c0aef 100644
--- a/apps/jnpf-web-apps-main/src/router/routes/modules/tmsSelfTest.ts
+++ b/apps/jnpf-web-apps-main/src/router/routes/modules/tmsSelfTest.ts
@@ -1,11 +1,9 @@
-import type { RouteRecordRaw } from 'vue-router';
-
/**
* 鑷垜妫�娴嬪彲鐢卞悗鍙拌彍鍗曟寕杞斤細
* 璺敱鍦板潃 /tms/selfTest
* 椤甸潰鍦板潃 x/tms/selfTest/index
- * 绛旈椤靛凡鎸� basicRoutes锛�/tms/selfTest/exam
+ * 绛旈/璁板綍/璇︽儏椤靛凡鎸� basicRoutes銆�
*/
-const tmsSelfTestRoutes: RouteRecordRaw[] = [];
+const tmsSelfTestRoutes: import('vue-router').RouteRecordRaw[] = [];
export default tmsSelfTestRoutes;
--
Gitblit v1.8.0