Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
dfa84dff
Commit
dfa84dff
authored
Aug 20, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:首页贷款服务链接到相应页面
parent
d9d71c1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
index.vue
src/views/withMenu/Home/AppList/index.vue
+7
-2
appList.ts
src/views/withMenu/Home/appList.ts
+6
-5
No files found.
src/views/withMenu/Home/AppList/index.vue
View file @
dfa84dff
<
template
>
<div
class=
"flex flex-wrap justify-between"
>
<div
v-for=
"app in appList"
:key=
"app.name"
class=
"w-1/4 mb-5 text-center"
>
<div
class=
"flex flex-wrap"
>
<div
v-for=
"app in appList"
:key=
"app.name"
class=
"w-1/4 mb-5 text-center"
@
click=
"$router.push(
{ name: app.routerName })"
>
<div
class=
"
w-16
...
...
src/views/withMenu/Home/appList.ts
View file @
dfa84dff
...
...
@@ -3,12 +3,13 @@ export default [
name
:
'贷款服务'
,
icon
:
'icon-daikuan'
,
color
:
'#44D392'
,
routerName
:
'Loan'
,
},
{
name
:
'理财产品'
,
icon
:
'icon-licaichanpin'
,
color
:
'#FF9534'
,
},
//
{
//
name: '理财产品',
//
icon: 'icon-licaichanpin',
//
color: '#FF9534',
//
},
{
name
:
'精彩活动'
,
icon
:
'icon-jingcaihuodong'
,
...
...
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