From c55a86895cabc3e91c2e7aa4eab099a7287e0ae6 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期二, 21 四月 2026 14:54:16 +0800
Subject: [PATCH] 站点优化

---
 rsf-admin/src/page/ResourceContent.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/rsf-admin/src/page/ResourceContent.js b/rsf-admin/src/page/ResourceContent.js
index 9be9260..925bdb4 100644
--- a/rsf-admin/src/page/ResourceContent.js
+++ b/rsf-admin/src/page/ResourceContent.js
@@ -53,6 +53,7 @@
 import outBound from "./work/outBound";
 import checkOutBound from "./work/checkOutBound";
 import stockTransfer from "./work/stockTransfer";
+import emptyOutbound from "./work/emptyOutbound";
 import waveRule from "./waveRule";
 import check from "./orders/check";
 import checkDiff from "./orders/check/checkDiff";
@@ -67,6 +68,8 @@
 import statisticCount from './statistics/stockStatisticNum';
 import rcsTest from './rcsTest';
 import openApiApp from './system/openApiApp';
+import httpAuditLog from './system/httpAuditLog';
+import httpAuditRule from './system/httpAuditRule';
 
 const ResourceContent = (node) => {
   switch (node.component) {
@@ -99,6 +102,7 @@
     case "warehouseAreasItem":
       return warehouseAreasItem;
     case "warehouseStock":
+    case "viewStockManage":
       return warehouseStock;
     case "loc":
       return loc;
@@ -170,6 +174,8 @@
       return checkOutBound;
     case "stockTransfer":
       return stockTransfer;
+    case "emptyOutbound":
+      return emptyOutbound;
     case "waveRule":
       return waveRule;
     case "check":
@@ -196,6 +202,10 @@
       return rcsTest;
     case "openApiApp":
       return openApiApp;
+    case "httpAuditLog":
+      return httpAuditLog;
+    case "httpAuditRule":
+      return httpAuditRule;
     default:
       return {
         list: ListGuesser,

--
Gitblit v1.9.1