admin.js 115 B

123456
  1. $(function() {
  2. // 侧边栏操作按钮
  3. $('#guide').click(function() {
  4. $(this).toggleClass('toggled');
  5. });
  6. });