From 25fb1fa2f1508c9a54f2d8963bc70422c90c8179 Mon Sep 17 00:00:00 2001
From: WX0lxh <2062408239@qq.com>
Date: Thu, 30 Oct 2025 20:26:34 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageB/train/index.vue | 36 ++++++++++++++++++++++++++++
pages.json | 11 ++++++++-
pages/index/components/index-one.vue | 5 ++--
3 files changed, 49 insertions(+), 3 deletions(-)
create mode 100644 packageB/train/index.vue
diff --git a/packageB/train/index.vue b/packageB/train/index.vue
new file mode 100644
index 0000000..ada4f9d
--- /dev/null
+++ b/packageB/train/index.vue
@@ -0,0 +1,36 @@
+
+
+
+ 培训视频
+ 专项练习
+ 模拟考试
+ 错题本
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 45276b3..26c0122 100644
--- a/pages.json
+++ b/pages.json
@@ -357,7 +357,16 @@
"navigationBarTitleTextSize": "30rpx"
// "navigationStyle": "custom"
}
- }
+ },
+ {
+ "path" : "train/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "技能评价",
+ "navigationBarTitleTextSize": "30rpx"
+ // "navigationStyle": "custom"
+ }
+ }
]
}],
// "tabBar": {
diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue
index f01a469..771d54a 100644
--- a/pages/index/components/index-one.vue
+++ b/pages/index/components/index-one.vue
@@ -796,7 +796,7 @@ function navToService(serviceType) {
'resume-creation': '/packageA/pages/myResume/myResume',
'labor-policy': '/pages/service/labor-policy',
'skill-training': '/pages/service/skill-training',
- 'skill-evaluation': '/pages/service/skill-evaluation',
+ // 'skill-evaluation': '/pages/service/skill-evaluation',
'question-bank': '/pages/service/question-bank',
'quality-assessment': '/pages/service/quality-assessment',
'ai-interview': '/pages/chat/chat',
@@ -806,7 +806,8 @@ function navToService(serviceType) {
'company-info': '/pages/service/company-info',
'interview-tips': '/pages/service/interview-tips',
'employment-news': '/pages/service/employment-news',
- 'more-services': '/pages/service/more-services'
+ 'more-services': '/pages/service/more-services',
+ 'skill-evaluation': '/packageB/train/index'
};
const route = serviceRoutes[serviceType];