首页变更

This commit is contained in:
wkc
2026-01-30 16:11:59 +08:00
parent e1df332a5b
commit 6483a651c4
2 changed files with 5 additions and 4 deletions

View File

@@ -20,7 +20,8 @@
"Bash(npx openspec show:*)",
"Bash(mvn test:*)",
"Bash(mvn install:*)",
"Bash(mvn clean install:*)"
"Bash(mvn clean install:*)",
"mcp__web-reader__webReader"
],
"additionalDirectories": [
"d:\\利率定价\\loan-pricing-892\\loan-pricing-892-v2.0"

View File

@@ -68,9 +68,9 @@ export const constantRoutes = [
children: [
{
path: 'index',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
component: () => import('@/views/loanPricing/workflow/index'),
name: 'LoanPricingWorkflow',
meta: { title: '流程列表', icon: 'dashboard', affix: true }
}
]
},