Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈智峰
jinfa-platform
Commits
040ae495
Commit
040ae495
authored
Mar 30, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加app介绍页面
parent
a3f2cc2d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
0 deletions
+40
-0
router.ts
config/router.ts
+8
-0
index.less
src/pages/appIntroduce/index.less
+6
-0
index.tsx
src/pages/appIntroduce/index.tsx
+26
-0
No files found.
config/router.ts
View file @
040ae495
...
...
@@ -45,6 +45,14 @@ const router = [
hide
:
true
,
component
:
'@/pages/lxMall/information/mobileDetail'
,
},
{
// app介绍页
path
:
'/app/introduce'
,
name
:
'appIntroduce'
,
key
:
'appIntroduce'
,
hide
:
true
,
component
:
'@/pages/appIntroduce'
,
},
memberCenterRoute
,
...
mallRoute
,
{
...
...
src/pages/appIntroduce/index.less
0 → 100644
View file @
040ae495
.container {
img {
width: 100%;
}
}
src/pages/appIntroduce/index.tsx
0 → 100644
View file @
040ae495
import
React
from
'react'
import
{
Helmet
}
from
'umi'
import
Footer
from
'@/pages/lxMall/components/Footer'
import
styles
from
'./index.less'
const
AppIntroduct
=
()
=>
{
return
(
<>
<
Helmet
>
<
title
>
瓴犀商城APP
</
title
>
</
Helmet
>
<
div
className=
{
styles
.
container
}
>
<
img
src=
"https://shushangyun-lingxi.oss-cn-shenzhen.aliyuncs.com/5d3d8a435c374bde94f8f5ae7f06a43b1617092303577.jpg"
/>
<
img
src=
"https://shushangyun-lingxi.oss-cn-shenzhen.aliyuncs.com/41f31a237c9940638f25a0444d9b27771617092335578.jpg"
/>
<
img
src=
"https://shushangyun-lingxi.oss-cn-shenzhen.aliyuncs.com/3b213099019f4e5f9304f28380cede271617092341963.jpg"
/>
<
img
src=
"https://shushangyun-lingxi.oss-cn-shenzhen.aliyuncs.com/bda06469a676489a856758b023f8944f1617092338752.jpg"
/>
<
img
src=
"https://shushangyun-lingxi.oss-cn-shenzhen.aliyuncs.com/da9e63760ca64e91a7a5d43cf9d9ff501617092345542.jpg"
/>
<
img
src=
"https://shushangyun-lingxi.oss-cn-shenzhen.aliyuncs.com/54dffa25e12643cf9f006e5d37c575381617092348998.jpg"
/>
</
div
>
<
Footer
/>
</>
)
}
export
default
AppIntroduct
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