From 13ec35c3d847e5a3f4b0f9a7219baf23c07c2d4e Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 02 四月 2024 11:52:21 +0800
Subject: [PATCH] 核算规则api修改
---
src/router/index.js | 28 +++++++++++++++++++++++++++-
1 files changed, 27 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 8e60ec4..8d1943d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -67,12 +67,38 @@
{
path: 'detail',
name: 'check-result-contract',
- component: () => import('@/views/system/check-result/contract/detail'),
+ component: () => import('@/views/system/result/default/detail'),
meta: { title: '鍚堝悓缁撴灉璇︽儏', activeMenu: '/system/check-result/contract' }
}
]
},
{
+ path: '/check-result/city',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: 'detail',
+ name: 'check-result-city',
+ component: () => import('@/views/system/result/city/detail'),
+ meta: { title: '甯傚眬鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/city' }
+ }
+ ]
+ },
+ {
+ path: '/check-result/province',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: 'detail',
+ name: 'check-result-province',
+ component: () => import('@/views/system/result/province/detail'),
+ meta: { title: '鐪佸巺鑰冩牳缁撴灉璇︽儏', activeMenu: '/system/check-result/province' }
+ }
+ ]
+ },
+ {
path: '/register',
component: () => import('@/views/register'),
hidden: true
--
Gitblit v1.8.0