Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3587d1ef
authored
Oct 15, 2023
by
dhb52
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 路由缺少name字段,ts不高兴
parent
4d77d7e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/router/modules/remaining.ts
+2
-0
No files found.
src/router/modules/remaining.ts
View file @
3587d1ef
...
@@ -333,6 +333,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
...
@@ -333,6 +333,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{
{
path
:
'/mall/product'
,
// 商品中心
path
:
'/mall/product'
,
// 商品中心
component
:
Layout
,
component
:
Layout
,
name
:
'Product'
,
meta
:
{
meta
:
{
hidden
:
true
hidden
:
true
},
},
...
@@ -394,6 +395,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
...
@@ -394,6 +395,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
{
{
path
:
'/mall/trade'
,
// 交易中心
path
:
'/mall/trade'
,
// 交易中心
component
:
Layout
,
component
:
Layout
,
name
:
'Trade'
,
meta
:
{
meta
:
{
hidden
:
true
hidden
:
true
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment