首页变更
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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 }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user