新增页面

This commit is contained in:
‘937886381’
2025-12-25 16:48:17 +08:00
parent 2d200dd1a6
commit 80deffbb42
406 changed files with 108362 additions and 189 deletions

View File

@@ -76,6 +76,20 @@ function filterAsyncRouter(asyncRouterMap, lastRouter = false, type = false) {
}
}
const needBlankLayout = [
"/operatingRevenue",
"/totalProfit",
"/operatingProfit",
"/expenseAnalysis",
"/grossMargin",
"/inputOutputRatio",
"/rawSheetYield",
"/productionCostAnalysis",
"/unitPriceAnalysis",
"/netPriceAnalysis",
"/salesVolumeAnalysis",
'/procurementGainAnalysis',
'/fullCostAnalysis',
// '/expenseAnalysis',
"/cost", // cost 根路由
"/cost/profitImpactAnalysis", // cost 子菜单(完整路径)
];