diff --git a/.claude/settings.local.json b/.claude/settings.local.json index d3cdfef..b923224 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -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" diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 851cb4a..42948c6 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -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 } } ] },