Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jiaxing.zhou
2025-02-24 15:03:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
99f6a8722bbbb0df68df1ff8ee3f052adedeb0d6
99f6a872
1 parent
3d2da90a
refactor(router): 注释申报数据管理路由
- 在路由配置中注释掉了申报数据管理相关的路由 - 路由通过后端接收
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
src/router/index.js
src/router/index.js
View file @
99f6a87
...
...
@@ -87,13 +87,13 @@ export const constantRoutes = [
hidden
:
false
,
meta
:
{
title
:
'申报数据管理'
,
icon
:
'upload'
},
children
:
[
{
path
:
'/reportingData'
,
component
:
(
resolve
)
=>
require
([
'@/views/reportingData/index'
],
resolve
),
hidden
:
false
,
name
:
'ReportingData'
,
meta
:
{
title
:
'申报数据管理'
,
icon
:
'upload'
}
},
//
{
//
path: '/reportingData',
//
component: (resolve) => require(['@/views/reportingData/index'], resolve),
//
hidden: false,
//
name: 'ReportingData',
//
meta: { title: '申报数据管理', icon: 'upload' }
//
},
{
path
:
'/editReportingData'
,
component
:
(
resolve
)
=>
require
([
'@/views/editReportingData/index'
],
resolve
),
...
...
Please
register
or
login
to post a comment