新增页面
This commit is contained in:
@@ -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 子菜单(完整路径)
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user