diff --git a/app/views/layouts/_logined_header.html.erb b/app/views/layouts/_logined_header.html.erb index 11a2d93d..f08c05ff 100644 --- a/app/views/layouts/_logined_header.html.erb +++ b/app/views/layouts/_logined_header.html.erb @@ -51,7 +51,7 @@ <%= User.current.show_name %>
  • <%= link_to '我的课堂', user_path(User.current) %>
  • <%= link_to '我的实训', user_path(User.current, :type => 'a_shixun') %>
  • -
  • <%= link_to '我的实训课程', user_path(User.current, :type => 'a_path') %>
  • +
  • <%= link_to '我的实践课程', user_path(User.current, :type => 'a_path') %>
  • <% if User.current.partner.present? %>
  • <%= link_to '客户管理', partner_list_cooperate_path(User.current.partner) %>
  • <% end %> @@ -75,7 +75,7 @@ diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js index 30d8572c..aba48650 100644 --- a/public/react/src/modules/tpm/NewHeader.js +++ b/public/react/src/modules/tpm/NewHeader.js @@ -345,7 +345,7 @@ class NewHeader extends Component {
  • 我的课堂
  • {/* p 老师 l 学生 */}
  • 我的实训
  • -
  • 我的实训课程
  • +
  • 我的实践课程
  • 我的项目
  • 账号管理
  • 退出
  • @@ -378,7 +378,7 @@ class NewHeader extends Component {