Browse Source

fleat: menu

igb 1 month ago
parent
commit
c4cb64397e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      system/index.php

+ 2 - 1
system/index.php

@@ -205,8 +205,9 @@ switch($iframe) {
 
 
         t = outlookbar.addtitle('报价管理','信息管理',1);
         t = outlookbar.addtitle('报价管理','信息管理',1);
         <?php if(chkLogin("信息管理")): ?>
         <?php if(chkLogin("信息管理")): ?>
-        outlookbar.additem('添加产品',t,'products.php');
+        outlookbar.additem('产品列表',t,'products.php');
         outlookbar.additem('报价管理',t,'country.php');
         outlookbar.additem('报价管理',t,'country.php');
+        outlookbar.additem('产品分类',t,'product_category.php');
         <?php endif; ?>
         <?php endif; ?>
 
 
         t = outlookbar.addtitle('系统管理','其它管理',1);
         t = outlookbar.addtitle('系统管理','其它管理',1);