51ac356bd7874e224ee8887fec02136e.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?php /*a:1:{s:63:"D:\project\gyx\gaoyixia\application\admin\view\index\index.html";i:1710494144;}*/ ?>
  2. <!DOCTYPE html><html lang="zh"><head><title><?php echo htmlentities((isset($title) && ($title !== '')?$title:'')); if(!empty($title)): ?> · <?php endif; ?><?php echo sysconf('site_name'); ?></title><meta charset="utf-8"><meta name="renderer" content="webkit"><meta name="format-detection" content="telephone=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=0.4"><link rel="shortcut icon" href="<?php echo sysconf('site_icon'); ?>"><link rel="stylesheet" href="/static/plugs/awesome/fonts.css?at=<?php echo date('md'); ?>"><link rel="stylesheet" href="/static/plugs/layui/css/layui.css?at=<?php echo date('md'); ?>"><link rel="stylesheet" href="/static/theme/css/console.css?at=<?php echo date('md'); ?>"><script>window.ROOT_URL = '';</script><script src="/static/plugs/jquery/pace.min.js"></script><style> .layui-header .layui-layout-right li a{
  3. padding-right: 35px;
  4. }
  5. .tangram-suggestion-main{
  6. z-index: 999;
  7. }
  8. </style><script src="//api.map.baidu.com/api?type=webgl&v=1.0&ak=E4Y9cdBjAvDM6DjGcOmBA4v2GcEXAWvG"></script></head><body class="layui-layout-body"><div class="layui-layout layui-layout-admin layui-layout-left-hide"><!-- 顶部菜单 开始 --><div class="layui-header notselect"><a href="<?php echo url('@'); ?>" class="layui-logo layui-elip"><?php echo sysconf('app_name'); if(sysconf('app_version')): ?><sup class="padding-left-5"><?php echo sysconf('app_version'); ?></sup><?php endif; ?></a><ul class="layui-nav layui-layout-left"><li class="layui-nav-item" lay-unselect><a class="text-center" data-target-menu-type><i class="layui-icon layui-icon-spread-left"></i></a></li><?php foreach($menus as $oneMenu): ?><li class="layui-nav-item"><a style="display: flex" data-menu-node="m-<?php echo htmlentities($oneMenu['id']); ?>" data-open="<?php echo htmlentities($oneMenu['url']); ?>"><?php if(!(empty($oneMenu['icon']) || (($oneMenu['icon'] instanceof \think\Collection || $oneMenu['icon'] instanceof \think\Paginator ) && $oneMenu['icon']->isEmpty()))): ?><span class='<?php echo htmlentities($oneMenu['icon']); ?> padding-right-5'></span><?php endif; ?><span><?php echo htmlentities((isset($oneMenu['title']) && ($oneMenu['title'] !== '')?$oneMenu['title']:'')); ?></span><?php if(($forum == 1 && $oneMenu['title'] == "运营中心")
  9. || ($datum == 1 && $oneMenu['title'] == "媒体管理")
  10. || ($article == 1 && $oneMenu['title'] == "媒体管理")
  11. || ($video == 1 && $oneMenu['title'] == "媒体管理")
  12. || ($order == 1 && $oneMenu['title'] == "订单管理")
  13. || ($level_order == 1 && $oneMenu['title'] == "订单管理")
  14. || ($refund_order == 1 && $oneMenu['title'] == "订单管理")
  15. || ($bill_apply == 1 && $oneMenu['title'] == "综合管理")
  16. || ($datum_report == 1 && $oneMenu['title'] == "媒体管理")
  17. || ($article_report == 1 && $oneMenu['title'] == "媒体管理")
  18. || ($video_report == 1 && $oneMenu['title'] == "媒体管理")): ?><span class="nav-text padding-left-5" style="color: red;font-size: 50px;" id="<?php echo htmlentities($oneMenu['title']); ?>">•</span><?php endif; ?></a></li><?php endforeach; ?></ul><ul class="layui-nav layui-layout-right"><li lay-unselect class="layui-nav-item"><a data-reload><i class="layui-icon layui-icon-refresh-3"></i></a></li><?php if(!(empty(app('session')->get('user.username')) || ((app('session')->get('user.username') instanceof \think\Collection || app('session')->get('user.username') instanceof \think\Paginator ) && app('session')->get('user.username')->isEmpty()))): ?><li class="layui-nav-item"><dl class="layui-nav-child"><dd lay-unselect><a data-modal="<?php echo url('admin/index/info',['id'=>session('user.id')]); ?>"><i class="layui-icon layui-icon-set-fill margin-right-5"></i>基本资料</a></dd><dd lay-unselect><a data-modal="<?php echo url('admin/index/pass',['id'=>session('user.id')]); ?>"><i class="layui-icon layui-icon-component margin-right-5"></i>安全设置</a></dd><?php if(auth('admin/index/clearruntime')): ?><dd lay-unselect><a data-modal="<?php echo url('admin/index/clearRuntime'); ?>"><i class="layui-icon layui-icon-fonts-clear margin-right-5"></i>清理缓存</a></dd><?php endif; if(!(empty($GLOBALS['AdminUserRightOption']) || (($GLOBALS['AdminUserRightOption'] instanceof \think\Collection || $GLOBALS['AdminUserRightOption'] instanceof \think\Paginator ) && $GLOBALS['AdminUserRightOption']->isEmpty()))): foreach($GLOBALS['AdminUserRightOption'] as $option): if(auth($option['node'])): ?><dd lay-unselect><a data-<?php echo htmlentities($option['type']); ?>="<?php echo htmlentities($option['action']); ?>"><i class="<?php echo htmlentities($option['icon']); ?> margin-right-5"></i><?php echo htmlentities($option['title']); ?></a></dd><?php endif; ?><?php endforeach; ?><?php endif; ?><dd lay-unselect><a data-confirm="确定要退出登录吗?" data-load="<?php echo url('admin/login/out'); ?>"><i class="layui-icon layui-icon-release margin-right-5"></i>退出登录</a></dd></dl><a><span><i class="layui-icon layui-icon-username margin-right-5"></i><?php echo session('user.username'); ?></span></a></li><?php else: ?><li class="layui-nav-item"><a data-href="<?php echo url('@admin/login'); ?>"><i class="layui-icon layui-icon-username"></i> 立即登录</a></li><?php endif; ?></ul></div><!-- 顶部菜单 结束 --><!-- 左则菜单 开始 --><div class="layui-side layui-bg-black notselect"><div class="layui-side-scroll"><?php foreach($menus as $oneMenu): if(!(empty($oneMenu['sub']) || (($oneMenu['sub'] instanceof \think\Collection || $oneMenu['sub'] instanceof \think\Paginator ) && $oneMenu['sub']->isEmpty()))): ?><ul class="layui-nav layui-nav-tree layui-hide" data-menu-layout="m-<?php echo htmlentities($oneMenu['id']); ?>"><?php foreach($oneMenu['sub'] as $twoMenu): if(empty($twoMenu['sub']) || (($twoMenu['sub'] instanceof \think\Collection || $twoMenu['sub'] instanceof \think\Paginator ) && $twoMenu['sub']->isEmpty())): if(($twoMenu['url'] == "/order/store_order/index.html" && $order == 1)
  19. || ($twoMenu['url'] == "/order/level_order/index.html" && $level_order == 1)
  20. || ($twoMenu['url'] == "/order/refund_order/index.html" && $refund_order == 1)): ?><li class="layui-nav-item" onclick="myFunction('<?php echo htmlentities($twoMenu['url']); ?>','<?php echo htmlentities($oneMenu['title']); ?>')"><?php else: ?><li class="layui-nav-item"><?php endif; ?><a style="display: flex" data-target-tips="<?php echo htmlentities($twoMenu['title']); ?>" data-menu-node="m-<?php echo htmlentities($oneMenu['id']); ?>-<?php echo htmlentities($twoMenu['id']); ?>" data-open="<?php echo htmlentities($twoMenu['url']); ?>"><span class='<?php echo htmlentities((isset($twoMenu['icon']) && ($twoMenu['icon'] !== '')?$twoMenu['icon']:"layui-icon layui-icon-link")); ?>'></span><span class="nav-text padding-left-5"><?php echo htmlentities($twoMenu['title']); ?></span><?php if(($twoMenu['url'] == "/order/store_order/index.html" && $order == 1)
  21. || ($twoMenu['url'] == "/order/level_order/index.html" && $level_order == 1)
  22. || ($twoMenu['url'] == "/order/refund_order/index.html" && $refund_order == 1)): ?><span class="nav-text padding-left-5" style="color: red;font-size: 50px;" id="<?php echo htmlentities($twoMenu['url']); ?>">•</span><?php endif; ?></a></li><?php else: ?><li class="layui-nav-item" data-submenu-layout='m-<?php echo htmlentities($oneMenu['id']); ?>-<?php echo htmlentities($twoMenu['id']); ?>'><a data-target-tips="<?php echo htmlentities($twoMenu['title']); ?>" style="background:#393D49"><span class='nav-icon layui-hide <?php echo htmlentities((isset($twoMenu['icon']) && ($twoMenu['icon'] !== '')?$twoMenu['icon']:"layui-icon layui-icon-triangle-d")); ?>'></span><span class="nav-text padding-left-5"><?php echo htmlentities($twoMenu['title']); ?></span></a><dl class="layui-nav-child"><?php foreach($twoMenu['sub'] as $thrMenu): if(($thrMenu['url'] == "/operate/forum/index.html" && $forum == 1)
  23. || ($thrMenu['url'] == "/nutrition/user_datum/index.html" && $datum == 1)
  24. || ($thrMenu['url'] == "/nutrition/user_article/index.html" && $article == 1)
  25. || ($thrMenu['url'] == "/nutrition/user_video/index.html" && $video == 1)
  26. || ($thrMenu['url'] == "/order/store_order/index.html" && $order == 1)
  27. || ($thrMenu['url'] == "/order/level_order/index.html" && $level_order == 1)
  28. || ($thrMenu['url'] == "/order/refund_order/index.html" && $refund_order == 1)
  29. || ($thrMenu['url'] == "/synth/bill_apply/index.html" && $bill_apply == 1)
  30. || ($thrMenu['url'] == "/nutrition/comment_report/index.html?type=10" && $datum_report == 1)
  31. || ($thrMenu['url'] == "/nutrition/comment_report/index.html?type=8" && $article_report == 1)
  32. || ($thrMenu['url'] == "/nutrition/comment_report/index.html?type=2" && $video_report == 1)): ?><dd onclick="myFunction('<?php echo htmlentities($thrMenu['url']); ?>','<?php echo htmlentities($oneMenu['title']); ?>')"><?php else: ?><dd><?php endif; ?><a style="display: flex" data-target-tips="<?php echo htmlentities($thrMenu['title']); ?>" data-open="<?php echo htmlentities($thrMenu['url']); ?>" data-menu-node="m-<?php echo htmlentities($oneMenu['id']); ?>-<?php echo htmlentities($twoMenu['id']); ?>-<?php echo htmlentities($thrMenu['id']); ?>"><span class='nav-icon padding-left-5 <?php echo htmlentities((isset($thrMenu['icon']) && ($thrMenu['icon'] !== '')?$thrMenu['icon']:"layui-icon layui-icon-link")); ?>'></span><span class="nav-text padding-left-5"><?php echo htmlentities($thrMenu['title']); ?></span><?php if(($thrMenu['url'] == "/operate/forum/index.html" && $forum == 1)
  33. || ($thrMenu['url'] == "/nutrition/user_datum/index.html" && $datum == 1)
  34. || ($thrMenu['url'] == "/nutrition/user_article/index.html" && $article == 1)
  35. || ($thrMenu['url'] == "/nutrition/user_video/index.html" && $video == 1)
  36. || ($thrMenu['url'] == "/order/store_order/index.html" && $order == 1)
  37. || ($thrMenu['url'] == "/order/level_order/index.html" && $level_order == 1)
  38. || ($thrMenu['url'] == "/order/refund_order/index.html" && $refund_order == 1)
  39. || ($thrMenu['url'] == "/synth/bill_apply/index.html" && $bill_apply == 1)
  40. || ($thrMenu['url'] == "/nutrition/comment_report/index.html?type=10" && $datum_report == 1)
  41. || ($thrMenu['url'] == "/nutrition/comment_report/index.html?type=8" && $article_report == 1)
  42. || ($thrMenu['url'] == "/nutrition/comment_report/index.html?type=2" && $video_report == 1)): ?><span class="nav-text padding-left-5" style="color: red;font-size: 50px;display: block" id="<?php echo htmlentities($thrMenu['url']); ?>">•</span><?php endif; ?></a></dd><?php endforeach; ?></dl></li><?php endif; ?><?php endforeach; ?></ul><?php endif; ?><?php endforeach; ?></div></div><!-- 左则菜单 结束 --><!-- 主体内容 开始 --><div class="layui-body layui-bg-gray"></div><!-- 主体内容 结束 --></div><script src="/static/xm-select.js"></script><script src="/static/plugs/layui/layui.all.js"></script><script src="/static/plugs/require/require.js"></script><script src="/static/admin.js"></script><script> function myFunction(url,menu) {
  43. console.log(url);
  44. console.log(menu);
  45. var button = document.getElementById(url); // 获取按钮元素
  46. button.style.display = 'none';
  47. console.log(button.style.display)
  48. var datum = document.getElementById('/nutrition/user_datum/index.html');
  49. var article = document.getElementById('/nutrition/user_article/index.html');
  50. var video = document.getElementById('/nutrition/user_video/index.html');
  51. var forum = document.getElementById('/operate/forum/index.html');
  52. var order = document.getElementById('/order/store_order/index.html');
  53. var level_order = document.getElementById('/order/level_order/index.html');
  54. var refund_order = document.getElementById('/order/refund_order/index.html');
  55. var bill_apply = document.getElementById('/synth/bill_apply/index.html');
  56. var datum_report = document.getElementById('/nutrition/comment_report/index.html?type=10');
  57. var article_report = document.getElementById('/nutrition/comment_report/index.html?type=8');
  58. var video_report = document.getElementById('/nutrition/comment_report/index.html?type=2');
  59. if(datum == null){
  60. var datum = 0;
  61. }else if(datum.style.display === 'none'){
  62. var datum = 0;
  63. }
  64. if(article == null){
  65. var article = 0;
  66. }else if(article.style.display === 'none'){
  67. var article = 0;
  68. }
  69. if(video == null){
  70. var video = 0;
  71. }else if(video.style.display === 'none'){
  72. var video = 0;
  73. }
  74. if(forum == null){
  75. var forum = 0;
  76. }else if(forum.style.display === 'none'){
  77. var forum = 0;
  78. }
  79. if(order == null){
  80. var order = 0;
  81. }else if(order.style.display === 'none'){
  82. var order = 0;
  83. }
  84. if(level_order == null){
  85. var level_order = 0;
  86. }else if(level_order.style.display === 'none'){
  87. var level_order = 0;
  88. }
  89. if(refund_order == null){
  90. var refund_order = 0;
  91. }else if(refund_order.style.display === 'none'){
  92. var refund_order = 0;
  93. }
  94. if(bill_apply == null){
  95. var bill_apply = 0;
  96. }else if(bill_apply.style.display === 'none'){
  97. var bill_apply = 0;
  98. }
  99. if(datum_report == null){
  100. var datum_report = 0;
  101. }else if(datum_report.style.display === 'none'){
  102. var datum_report = 0;
  103. }
  104. if(article_report == null){
  105. var article_report = 0;
  106. }else if(article_report.style.display === 'none'){
  107. var article_report = 0;
  108. }
  109. if(video_report == null){
  110. var video_report = 0;
  111. }else if(video_report.style.display === 'none'){
  112. var video_report = 0;
  113. }
  114. // console.log(datum);
  115. if(menu === "媒体管理" && datum === 0 && article === 0 && video === 0 && datum_report === 0 && article_report === 0 && video_report === 0){
  116. var menu_b = document.getElementById(menu); // 获取按钮元素
  117. menu_b.style.display = 'none';
  118. }
  119. if(menu === "运营中心" && forum === 0){
  120. var menu_b = document.getElementById(menu); // 获取按钮元素
  121. menu_b.style.display = 'none';
  122. }
  123. if(menu === "订单管理" && order === 0 && level_order === 0 && refund_order == 0){
  124. var menu_b = document.getElementById(menu); // 获取按钮元素
  125. menu_b.style.display = 'none';
  126. }
  127. if(menu === "综合管理" && bill_apply === 0){
  128. var menu_b = document.getElementById(menu); // 获取按钮元素
  129. menu_b.style.display = 'none';
  130. }
  131. }
  132. </script></body></html>