diff --git a/other-module/canteen-device/raw-veg-processing-scale/02-weighing.html b/other-module/canteen-device/raw-veg-processing-scale/02-weighing.html
deleted file mode 100644
index fad26c9..0000000
--- a/other-module/canteen-device/raw-veg-processing-scale/02-weighing.html
+++ /dev/null
@@ -1,604 +0,0 @@
-
-
-
-
-
- 加工毛菜秤 - 称重录入 | 蚁熊智能餐养平台
-
-
-
-
-
-
-
-
-
-
-
-
-
-
🥔
-
-
土豆
-
- 午餐 | 截止 10:30
-
-
-
-
-
-
-
-
-
-
-
📇
-
-
AI 识别结果
-
等待放置食材...
-
-
-
待机
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-/* 返回按钮:从哪来回哪去 */
-(function() {
- var backBtn = document.getElementById('backBtn');
- if (backBtn) {
- var params = new URLSearchParams(window.location.search);
- var referer = params.get('referer');
- if (referer) {
- backBtn.href = referer;
- } else if (document.referrer && document.referrer.indexOf(window.location.hostname) !== -1) {
- backBtn.href = document.referrer;
- } else {
- backBtn.href = 'index.html';
- }
- }
-})();
-
-
-
diff --git a/other-module/canteen-device/raw-veg-processing-scale/03-washing.html b/other-module/canteen-device/raw-veg-processing-scale/03-washing.html
deleted file mode 100644
index 77c5224..0000000
--- a/other-module/canteen-device/raw-veg-processing-scale/03-washing.html
+++ /dev/null
@@ -1,538 +0,0 @@
-
-
-
-
-
- 加工毛菜秤 - 清洗操作 | 蚁熊智能餐养平台
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-/* 返回按钮:从哪来回哪去 */
-(function() {
- var backBtn = document.getElementById('backBtn');
- if (backBtn) {
- var params = new URLSearchParams(window.location.search);
- var referer = params.get('referer');
- if (referer) {
- backBtn.href = referer;
- } else if (document.referrer && document.referrer.indexOf(window.location.hostname) !== -1) {
- backBtn.href = document.referrer;
- } else {
- backBtn.href = 'index.html';
- }
- }
-})();
-
-
-
diff --git a/other-module/canteen-device/raw-veg-processing-scale/doc/CHANGELOG.md b/other-module/canteen-device/raw-veg-processing-scale/doc/CHANGELOG.md
index db25692..b502c2a 100644
--- a/other-module/canteen-device/raw-veg-processing-scale/doc/CHANGELOG.md
+++ b/other-module/canteen-device/raw-veg-processing-scale/doc/CHANGELOG.md
@@ -1,5 +1,14 @@
# 加工毛菜秤 CHANGELOG
+## [2026-06-16] refactor: 删除称重录入和清洗操作入口
+
+### 删除
+- 首页移除「称重录入」和「清洗操作」两个功能卡片
+- 删除 `02-weighing.html`(称重录入页面)
+- 删除 `03-washing.html`(清洗操作页面)
+
+---
+
## [2026-06-15] feat: 新增重新识别按钮
### 新增
diff --git a/other-module/canteen-device/raw-veg-processing-scale/index.html b/other-module/canteen-device/raw-veg-processing-scale/index.html
index 8210239..2d36f4c 100644
--- a/other-module/canteen-device/raw-veg-processing-scale/index.html
+++ b/other-module/canteen-device/raw-veg-processing-scale/index.html
@@ -43,22 +43,6 @@
›
-
- ⚖️
-
-
称重录入
-
毛菜上秤AI识别、称重、确认提交
-
- ›
-
-
- 💧
-
- ›
-
📝