Commit 040ae495 authored by GuanHua's avatar GuanHua

feat: 添加app介绍页面

parent a3f2cc2d
......@@ -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,
{
......
.container {
img {
width: 100%;
}
}
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment