Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
web-template
Commits
efff0007
Commit
efff0007
authored
Sep 08, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'首页', path: '/',
parent
04a93710
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
13 deletions
+13
-13
index.js
src/router/index.js
+5
-5
index.vue
src/views/EnterpriseAppeal/index.vue
+1
-1
index.vue
src/views/OneClickService/index.vue
+1
-1
index.vue
src/views/PolicyDirect/index.vue
+1
-1
index.vue
src/views/ServiceShare/index.vue
+1
-1
index.vue
src/views/activityInformation/index.vue
+1
-1
index.vue
src/views/homePage/components/NavList/index.vue
+1
-1
index.vue
src/views/homePage/index.vue
+1
-1
index.vue
src/views/tool/index.vue
+1
-1
No files found.
src/router/index.js
View file @
efff0007
...
@@ -33,11 +33,11 @@ import LayoutLogin from '@/layoutLogin'
...
@@ -33,11 +33,11 @@ import LayoutLogin from '@/layoutLogin'
* 基础页面,所有人可以访问
* 基础页面,所有人可以访问
*/
*/
export
const
constantRoutes
=
[
export
const
constantRoutes
=
[
//
{
{
//
path: '/',
path
:
'/'
,
// redirect: '/login
',
redirect
:
'/homePage/index
'
,
//
hidden: true
hidden
:
true
//
},
},
{
{
path
:
'/login'
,
path
:
'/login'
,
component
:
(
resolve
)
=>
require
([
'@/views/login/login.vue'
],
resolve
),
component
:
(
resolve
)
=>
require
([
'@/views/login/login.vue'
],
resolve
),
...
...
src/views/EnterpriseAppeal/index.vue
View file @
efff0007
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
computed
:
{
computed
:
{
navList
()
{
navList
()
{
const
navArray
=
[
const
navArray
=
[
{
menuName
:
'首页'
,
path
:
'/
homePage/index
'
,
query
:
{
}},
{
menuName
:
'首页'
,
path
:
'/'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
...
...
src/views/OneClickService/index.vue
View file @
efff0007
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
computed
:
{
computed
:
{
navList
()
{
navList
()
{
const
navArray
=
[
const
navArray
=
[
{
menuName
:
'首页'
,
path
:
'/
homePage/index
'
,
query
:
{
}},
{
menuName
:
'首页'
,
path
:
'/'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
...
...
src/views/PolicyDirect/index.vue
View file @
efff0007
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
computed
:
{
computed
:
{
navList
()
{
navList
()
{
const
navArray
=
[
const
navArray
=
[
{
menuName
:
'首页'
,
path
:
'/
homePage/index
'
,
query
:
{
}},
{
menuName
:
'首页'
,
path
:
'/'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
...
...
src/views/ServiceShare/index.vue
View file @
efff0007
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
computed
:
{
computed
:
{
navList
()
{
navList
()
{
const
navArray
=
[
const
navArray
=
[
{
menuName
:
'首页'
,
path
:
'/
homePage/index
'
,
query
:
{
}},
{
menuName
:
'首页'
,
path
:
'/'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
...
...
src/views/activityInformation/index.vue
View file @
efff0007
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
computed
:
{
computed
:
{
navList
()
{
navList
()
{
const
navArray
=
[
const
navArray
=
[
{
menuName
:
'首页'
,
path
:
'/
homePage/index
'
,
query
:
{
}},
{
menuName
:
'首页'
,
path
:
'/'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
...
...
src/views/homePage/components/NavList/index.vue
View file @
efff0007
...
@@ -24,7 +24,7 @@ export default {
...
@@ -24,7 +24,7 @@ export default {
currentMenu
:
{
currentMenu
:
{
type
:
String
,
type
:
String
,
default
()
{
default
()
{
return
'/
homePage/index
'
return
'/'
}
}
}
}
},
},
...
...
src/views/homePage/index.vue
View file @
efff0007
...
@@ -266,7 +266,7 @@ export default {
...
@@ -266,7 +266,7 @@ export default {
computed
:
{
computed
:
{
navList
()
{
navList
()
{
const
navArray
=
[
const
navArray
=
[
{
menuName
:
'首页'
,
path
:
'/
homePage/index
'
,
query
:
{
}},
{
menuName
:
'首页'
,
path
:
'/'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
...
...
src/views/tool/index.vue
View file @
efff0007
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
computed
:
{
computed
:
{
navList
()
{
navList
()
{
const
navArray
=
[
const
navArray
=
[
{
menuName
:
'首页'
,
path
:
'/
homePage/index
'
,
query
:
{
}},
{
menuName
:
'首页'
,
path
:
'/'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'政策直达'
,
path
:
'/PolicyDirect/index'
,
query
:
{
}},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'服务共享'
,
path
:
'/ServiceShare/index'
},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
{
menuName
:
'企业诉求'
,
path
:
'/EnterpriseAppeal/index'
,
query
:
{
}},
...
...
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