Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
civil-front
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
civil
civil-front
Commits
6639902d
Commit
6639902d
authored
Jun 30, 2021
by
苏咏卓
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://139.159.239.83:9093/civil/civil-front
parents
65b62f2a
778f6e48
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
11 deletions
+29
-11
src/assets/images/3d8ced92b374abc6d74a746df73082e.png
+0
-0
src/router/index.js
+1
-1
src/router/routers.js
+8
-0
src/views/home.vue
+8
-8
src/views/login.vue
+0
-0
src/views/unified/entrance.vue
+12
-2
No files found.
src/assets/images/3d8ced92b374abc6d74a746df73082e.png
0 → 100644
View file @
6639902d
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
6639902d
...
...
@@ -9,7 +9,7 @@ import { filterAsyncRouter } from '@/store/modules/permission'
NProgress
.
configure
({
showSpinner
:
false
})
// NProgress Configuration
const
whiteList
=
[
'/login'
]
// no redirect whitelist
const
whiteList
=
[
'/
homes'
,
'/entrance'
,
'/
login'
]
// no redirect whitelist
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
if
(
to
.
meta
.
title
)
{
...
...
src/router/routers.js
View file @
6639902d
...
...
@@ -10,6 +10,14 @@ export const constantRouterMap = [
component
:
(
resolve
)
=>
require
([
'@/views/login'
],
resolve
),
hidden
:
true
},
{
path
:
'/homes'
,
component
:
(
resolve
)
=>
require
([
'@/views/home'
],
resolve
),
hidden
:
true
},
{
path
:
'/entrance'
,
component
:
(
resolve
)
=>
require
([
'@/views/unified/entrance'
],
resolve
),
hidden
:
true
},
{
path
:
'/404'
,
component
:
(
resolve
)
=>
require
([
'@/views/features/404'
],
resolve
),
...
...
src/views/home.vue
View file @
6639902d
...
...
@@ -41,49 +41,49 @@ export default {
num
:
[
{
name
:
"人口专题"
,
path
:
"/
unifiedNanning/
entrance"
,
path
:
"/entrance"
,
TapId
:
"0"
,
icon
:
require
(
"@/assets/images/人员专题.png"
),
},
{
name
:
"机构专题"
,
path
:
"/
unifiedNanning/
entrance"
,
path
:
"/entrance"
,
TapId
:
"1"
,
icon
:
require
(
"@/assets/images/机构专题.png"
),
},
{
name
:
"婚姻"
,
path
:
"/
unifiedNanning/
entrance"
,
path
:
"/entrance"
,
TapId
:
"2"
,
icon
:
require
(
"@/assets/images/婚姻.png"
),
},
{
name
:
"社会救助"
,
path
:
"/
unifiedNanning/
entrance"
,
path
:
"/entrance"
,
TapId
:
"3"
,
icon
:
require
(
"@/assets/images/社会救助.png"
),
},
{
name
:
"两项补贴"
,
path
:
"/
unifiedNanning/
entrance"
,
path
:
"/entrance"
,
TapId
:
"7"
,
icon
:
require
(
"@/assets/images/两项补贴.png"
),
},
{
name
:
"儿童福利"
,
path
:
"/
unifiedNanning/
entrance"
,
path
:
"/entrance"
,
TapId
:
"4"
,
icon
:
require
(
"@/assets/images/儿童福利.png"
),
},
{
name
:
"社会组织"
,
path
:
"/
unifiedNanning/
entrance"
,
path
:
"/entrance"
,
TapId
:
"6"
,
icon
:
require
(
"@/assets/images/社会组织.png"
),
},
{
name
:
"殡葬"
,
path
:
"/
unifiedNanning/
entrance"
,
path
:
"/entrance"
,
TapId
:
"5"
,
icon
:
require
(
"@/assets/images/殡葬.png"
),
},
...
...
src/views/login.vue
View file @
6639902d
This diff is collapsed.
Click to expand it.
src/views/unified/entrance.vue
View file @
6639902d
<
template
>
<div
class=
"page"
>
<img
src=
"./../../assets/images/3d8ced92b374abc6d74a746df73082e.png"
alt=
""
class=
"background-image"
/>
<div
class=
"flex-container"
>
<img
src=
"./../../assets/images/标题左边素材.png"
alt=
""
class=
"about"
/>
<div
class=
"title-text"
>
...
...
@@ -129,7 +134,12 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.background-image
{
width
:
100%
;
height
:
160vh
;
position
:
absolute
;
z-index
:
-1
;
}
.footerTxt
{
margin-top
:
20px
;
color
:
#fff
;
...
...
@@ -158,7 +168,7 @@ export default {
.page
{
width
:
100%
;
height
:
1120px
;
background-color
:
#0b0f4e
;
//
background-color
:
#0b0f4e
;
}
.top
{
...
...
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