init
Showing
with
4664 additions
and
2 deletions
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
components/AddressSelector/index.tsx
0 → 100644
components/BreadNav/index.module.scss
0 → 100644
components/BreadNav/index.tsx
0 → 100644
components/FixedSearchTop/index.module.scss
0 → 100644
components/FixedSearchTop/index.tsx
0 → 100644
components/Footer/index.module.min.css
0 → 100644
components/Footer/index.module.scss
0 → 100644
components/Footer/index.tsx
0 → 100644
components/Footer/type.tsx
0 → 100644
components/Header/components/TopH/index.tsx
0 → 100644
components/Header/index.tsx
0 → 100644
components/Header/type.tsx
0 → 100644
components/InvoiceSelector/index.tsx
0 → 100644
components/ListNoData/index.module.min.css
0 → 100644
components/ListNoData/index.module.scss
0 → 100644
components/ListNoData/index.tsx
0 → 100644
components/ListOneItem/index.module.min.css
0 → 100644
components/ListOneItem/index.module.scss
0 → 100644
components/ListOneItem/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
components/ListOneItem/types.tsx
0 → 100644
components/ListSort/index.module.min.css
0 → 100644
components/ListSort/index.module.scss
0 → 100644
components/ListSort/index.tsx
0 → 100644
components/ListSort/types.tsx
0 → 100644
components/QqIcon/index.tsx
0 → 100644
components/navigation/index.module.min.css
0 → 100644
components/navigation/index.module.scss
0 → 100644
components/navigation/index.tsx
0 → 100644
configReact.tsx
0 → 100644
hooks/useAuth.tsx
0 → 100644
hooks/useCookies.tsx
0 → 100644
hooks/useQq.tsx
0 → 100644
hooks/useRequest.tsx
0 → 100644
hooks/useSeoTitle.tsx
0 → 100644
hooks/useToast.tsx
0 → 100644
next-env.d.ts
0 → 100644
next.config.mjs
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
{ | ||
"name": "europa-web", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@ant-design/cssinjs": "^1.22.0", | ||
"antd": "^5.21.6", | ||
"axios": "^1.7.2", | ||
"lodash": "^4.17.21", | ||
"next": "^13.0.5", | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"react-paginate": "^8.2.0", | ||
"react-redux": "^9.1.2", | ||
"react-router-dom": "^6.27.0", | ||
"redux": "^5.0.1", | ||
"sass": "^1.77.8", | ||
"swiper": "^11.1.5" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"eslint": "^8", | ||
"eslint-config-next": "12", | ||
"typescript": "^5" | ||
} | ||
} |
pages/404/index.module.min.css
0 → 100644
pages/404/index.module.scss
0 → 100644
pages/404/index.tsx
0 → 100644
pages/_app.tsx
0 → 100644
pages/about.html/index.module.min.css
0 → 100644
pages/about.html/index.module.scss
0 → 100644
pages/about.html/index.tsx
0 → 100644
pages/address/component/index.module.min.css
0 → 100644
pages/address/component/index.module.scss
0 → 100644
pages/address/component/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/address/index.module.min.css
0 → 100644
pages/address/index.module.scss
0 → 100644
pages/address/index.tsx
0 → 100644
pages/basicData/component/basicData.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/basicData/component/index.module.scss
0 → 100644
pages/basicData/index.module.scss
0 → 100644
pages/basicData/index.tsx
0 → 100644
pages/brand/[brand_id].tsx
0 → 100644
pages/brand/index.module.min.css
0 → 100644
pages/brand/index.module.scss
0 → 100644
pages/brands.html/index.module.min.css
0 → 100644
pages/brands.html/index.module.scss
0 → 100644
pages/brands.html/index.tsx
0 → 100644
pages/contact.html/index.module.min.css
0 → 100644
pages/contact.html/index.module.scss
0 → 100644
pages/contact.html/index.tsx
0 → 100644
pages/customer/centerHome/centerHome.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/customer/centerHome/index.module.scss
0 → 100644
pages/customer/index.module.scss
0 → 100644
pages/customer/index.tsx
0 → 100644
pages/index.tsx
0 → 100644
pages/index/components/HomeBanner.tsx
0 → 100644
pages/index/components/HomeFloor1.tsx
0 → 100644
pages/index/components/HomeFloor2.tsx
0 → 100644
pages/index/components/HomeFloor3.tsx
0 → 100644
pages/index/index.module.min.css
0 → 100644
pages/index/index.module.scss
0 → 100644
pages/invoice/component/index.module.min.css
0 → 100644
pages/invoice/component/index.module.scss
0 → 100644
pages/invoice/component/invoice.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/invoice/index.module.scss
0 → 100644
pages/invoice/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/item/[sku_id].tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/item/components/DetailHead.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/item/components/DetailSection.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/item/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/item/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/list.html/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/list.html/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/list.html/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/list/[class_id].tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/list/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/list/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/login/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/login/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/login/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/myOrder/component/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/myOrder/component/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/myOrder/component/order.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/myOrder/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/myOrder/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/notice.html/FilterDate.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/notice.html/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/notice.html/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/notice.html/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/orderDetail/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/orderDetail/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/orderDetail/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/orderResult/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/orderResult/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/orderSettle/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/orderSettle/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/orderSettle/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/passwordRecover/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/passwordRecover/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/passwordRecover/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/regChoose/index.module.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/regChoose/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/regChoose/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/regChoose/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/search/[keyword].tsx
0 → 100644
This diff is collapsed.
Click to expand it.
pages/search/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/search/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/shoppingCart/index.module.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
pages/shoppingCart/index.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
pages/shoppingCart/index.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
public/antvTheme/theme.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
public/function/common.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/images/More.png
0 → 100644
933 Bytes
public/images/Popular.png
0 → 100644
1.19 KB
public/images/aboutUsBanner.png
0 → 100644
349 KB
public/images/aboutad.png
0 → 100644
69.6 KB
public/images/completed.png
0 → 100644
2.06 KB
public/images/contactUsBanner.png
0 → 100644
494 KB
public/images/customerService.png
0 → 100644
1.1 KB
public/images/default.jpg
0 → 100644
393 KB
public/images/default1.jpg
0 → 100644
5.04 KB
public/images/empty.png
0 → 100644
8.05 KB
public/images/emptyorder.png
0 → 100644
15.7 KB
public/images/loading.gif
0 → 100644
701 Bytes
public/images/logo.png
0 → 100644
8.9 KB
public/images/nodata.png
0 → 100644
7.72 KB
public/images/p404.png
0 → 100644
27.5 KB
public/images/pendDiliver.png
0 → 100644
2.51 KB
public/images/pendPay.png
0 → 100644
1.86 KB
public/images/pendPreview.png
0 → 100644
2.24 KB
public/images/phonecom.png
0 → 100644
1.19 KB
public/images/qq.png
0 → 100644
1.14 KB
public/images/result.png
0 → 100644
1.15 KB
public/images/searchLoading.gif
0 → 100644
78.8 KB
public/images/service.png
0 → 100644
1.1 KB
public/images/step1.png
0 → 100644
7.32 KB
public/images/step2.png
0 → 100644
6.87 KB
public/images/step3.png
0 → 100644
5.68 KB
public/images/stepx.png
0 → 100644
1.49 KB
public/images/success.png
0 → 100644
621 Bytes
public/images/wallet.png
0 → 100644
1.41 KB
public/styles/base.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/styles/base.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/styles/base.scss
0 → 100644
This diff is collapsed.
Click to expand it.
public/styles/font/demo.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/styles/font/demo_index.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/styles/font/iconfont.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/styles/font/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/styles/font/iconfont.json
0 → 100644
This diff is collapsed.
Click to expand it.
public/styles/font/iconfont.ttf
0 → 100644
No preview for this file type
public/styles/font/iconfont.woff
0 → 100644
No preview for this file type
public/styles/font/iconfont.woff2
0 → 100644
No preview for this file type
reducers/searchReducers.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
server/getBrandListData.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
server/getBrandMapData.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
server/getCateList.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
server/getClassMapData.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
server/getDetailData.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
server/getHeadData copy.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
server/getHomeData.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
types/authTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/brandMapTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/brandTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/categoryTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/classMapTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/detailTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/indexTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/invoiceListData.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/noticeTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/orderTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
types/searchTypes.tsx
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment