feat: 健康服务APP中新增营养师角色 ,设计营养师工作台页面原型

This commit is contained in:
fengpu
2026-09-18 17:45:29 +08:00
parent 63407a20c2
commit 71ddc7fa0a
21 changed files with 3931 additions and 12 deletions
+2 -1
View File
@@ -265,7 +265,8 @@ function initTabLinks() {
professional: '../professional',
operator: '../operator',
onsite: '../onsite',
admin: '../admin'
admin: '../admin',
nutritionist: '../nutritionist'
};
var base = roleBaseMap[role] || '../expert';
document.getElementById('link-workbench').href = base + '/workbench/index.html';