Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
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
hookehuyr
2024-10-29 15:00:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
89336ac3f1fb8c6c64794566fc0bc6fe15c83f54
89336ac3
1 parent
a17422a9
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
src/route.js
src/route.js
View file @
89336ac
...
...
@@ -10,7 +10,7 @@ export default [{
name
:
'首页'
,
component
:
()
=>
import
(
'@/views/index'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'index'
},
children
:
[]
...
...
@@ -19,7 +19,7 @@ export default [{
name
:
'二级目录'
,
component
:
()
=>
import
(
'@/views/product/index'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'product'
},
children
:
[]
...
...
@@ -28,7 +28,7 @@ export default [{
name
:
'详情页'
,
component
:
()
=>
import
(
'@/views/product/detail'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'product'
},
children
:
[]
...
...
@@ -37,7 +37,7 @@ export default [{
name
:
'解决方案'
,
component
:
()
=>
import
(
'@/views/solution/index'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'solution'
},
children
:
[]
...
...
@@ -46,7 +46,7 @@ export default [{
name
:
'解决方案详情'
,
component
:
()
=>
import
(
'@/views/solution/detail'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'solution'
},
children
:
[]
...
...
@@ -55,7 +55,7 @@ export default [{
name
:
'关于海格'
,
component
:
()
=>
import
(
'@/views/about'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'about'
},
children
:
[]
...
...
@@ -64,7 +64,7 @@ export default [{
name
:
'海格全球'
,
component
:
()
=>
import
(
'@/views/about/global'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'about'
},
children
:
[]
...
...
@@ -73,7 +73,7 @@ export default [{
name
:
'海格电气在中国'
,
component
:
()
=>
import
(
'@/views/about/china'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'about'
},
children
:
[]
...
...
@@ -82,7 +82,7 @@ export default [{
name
:
'创新设计'
,
component
:
()
=>
import
(
'@/views/about/design'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'about'
},
children
:
[]
...
...
@@ -91,7 +91,7 @@ export default [{
name
:
'生产研发'
,
component
:
()
=>
import
(
'@/views/about/product'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'about'
},
children
:
[]
...
...
@@ -100,7 +100,7 @@ export default [{
name
:
'可持续发展'
,
component
:
()
=>
import
(
'@/views/about/development'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'about'
},
children
:
[]
...
...
@@ -109,7 +109,7 @@ export default [{
name
:
'荣誉展示'
,
component
:
()
=>
import
(
'@/views/about/honors'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'about'
},
children
:
[]
...
...
@@ -118,7 +118,7 @@ export default [{
name
:
'联系我们'
,
component
:
()
=>
import
(
'@/views/concat'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'concat'
},
children
:
[]
...
...
@@ -127,7 +127,7 @@ export default [{
name
:
'新闻中心'
,
component
:
()
=>
import
(
'@/views/news/index'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'news'
},
children
:
[]
...
...
@@ -136,7 +136,7 @@ export default [{
name
:
'新闻详情'
,
component
:
()
=>
import
(
'@/views/news/detail'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'news'
},
children
:
[]
...
...
@@ -145,7 +145,7 @@ export default [{
name
:
'招聘信息'
,
component
:
()
=>
import
(
'@/views/recruit'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'recruit'
},
children
:
[]
...
...
@@ -154,7 +154,7 @@ export default [{
name
:
'用户管理'
,
component
:
()
=>
import
(
'@/views/user/index'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'user'
},
children
:
[
...
...
@@ -163,7 +163,7 @@ export default [{
name
:
'用户登录'
,
component
:
()
=>
import
(
'@/views/user/login'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'login'
},
},
...
...
@@ -172,7 +172,7 @@ export default [{
name
:
'用户注册'
,
component
:
()
=>
import
(
'@/views/user/register'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'register'
},
},
...
...
@@ -181,7 +181,7 @@ export default [{
name
:
'用户信息'
,
component
:
()
=>
import
(
'@/views/user/info'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'info'
},
},
...
...
@@ -190,7 +190,7 @@ export default [{
name
:
'密码重置'
,
component
:
()
=>
import
(
'@/views/user/reset'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'reset'
},
},
...
...
@@ -200,7 +200,7 @@ export default [{
name
:
'搜索结果'
,
component
:
()
=>
import
(
'@/views/search'
),
meta
:
{
title
:
'海格电
器
'
,
title
:
'海格电
气
'
,
tag
:
'search'
},
children
:
[]
...
...
Please
register
or
login
to post a comment