首页变更

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(npx openspec show:*)",
"Bash(mvn test:*)", "Bash(mvn test:*)",
"Bash(mvn install:*)", "Bash(mvn install:*)",
"Bash(mvn clean install:*)" "Bash(mvn clean install:*)",
"mcp__web-reader__webReader"
], ],
"additionalDirectories": [ "additionalDirectories": [
"d:\\利率定价\\loan-pricing-892\\loan-pricing-892-v2.0" "d:\\利率定价\\loan-pricing-892\\loan-pricing-892-v2.0"

View File

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