z-blog 实现登录后显示“管理后台”按钮,未登录显示注册

z-blog 实现登录后显示“管理后台”按钮,未登录显示注册
  • // 根据 id 获取课程
  • @Override
  • @GetMapping("/coursebase/get/{courseId}")
  • public CourseBase getCourseBaseById(@PathVariable("courseId") String courseId) throws RuntimeException {return courseService.getCourseBaseById(courseId);
  • }
  • // 更新课程基本信息
  • @Override
  • @PutMapping("/coursebase/update/{id}")
  • public ResponseResult updateCourseBase(@PathVariable("id") String id, @RequestBody CourseBase courseBase) {return courseService.updateCourseBase(id,courseBase);
  • }

手机扫描二维码访问

本文标题:《z-blog 实现登录后显示“管理后台”按钮,未登录显示注册》作者:极四维博客
原文链接:https://cway.top/post/180.html
特别注明外均为原创,转载请注明。

分享到微信

扫描二维码

可在微信查看或分享至朋友圈。

相关文章

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

«    2025年3月    »
12
3456789
10111213141516
17181920212223
24252627282930
31

搜索

控制面板

您好,欢迎到访网站!
  查看权限

最新留言

文章归档

  • 订阅本站的 RSS 2.0 新闻聚合