diff --git a/other-module/canteen-device/ratio-scale/00-login.html b/other-module/canteen-device/ratio-scale/00-login.html
new file mode 100644
index 0000000..cee9c0e
--- /dev/null
+++ b/other-module/canteen-device/ratio-scale/00-login.html
@@ -0,0 +1,288 @@
+
+
+
+
+
+ 净菜配比秤 - 登录 | 蚁熊智能餐养平台
+
+
+
+
+
+
+ 净菜配比秤 - 员工登录
+
+
+
+
+
员工登录
+
请选择登录方式
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
演示账号:30001 / 123456
+
+
+
+
+
+
+
+
+
+
diff --git a/other-module/canteen-device/ratio-scale/00-welcome.html b/other-module/canteen-device/ratio-scale/00-welcome.html
index e1aa6ad..32de2b9 100644
--- a/other-module/canteen-device/ratio-scale/00-welcome.html
+++ b/other-module/canteen-device/ratio-scale/00-welcome.html
@@ -3,217 +3,209 @@
- 净菜配比秤 - 欢迎 | 蚁熊智能餐养平台
+ 净菜配比秤 - 功能菜单 | 蚁熊智能餐养平台
-
- 净菜配比秤
-
-
-
-
员工登录
-
-
-
-
👤
-
点击激活
人脸识别
+
+
+
+ 净菜配比秤 - 功能菜单
+ --
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
-
+
+
-
-/* 返回按钮:从哪来回哪去 */
-(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';
- }
- }
-})();
-