瀏覽代碼

fleat: menu

igb 1 月之前
父節點
當前提交
c4cb64397e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      system/index.php

+ 2 - 1
system/index.php

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