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
9767289a
Commit
9767289a
authored
Dec 24, 2020
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 替换菜单栏图标,增强交互体验
parent
65db2fd9
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
351 additions
and
274 deletions
+351
-274
index.ts
config/routes/afterServiceRoute/index.ts
+5
-6
authConfigRoute.ts
config/routes/authConfigRoute.ts
+8
-9
balanceRoute.ts
config/routes/balanceRoute.ts
+1
-1
channelRoute.ts
config/routes/channelRoute.ts
+4
-5
commodityRoute.ts
config/routes/commodityRoute.ts
+48
-48
handlingRoute.ts
config/routes/handlingRoute.ts
+1
-1
index.ts
config/routes/index.ts
+1
-1
logisticsRoutes.ts
config/routes/logisticsRoutes.ts
+1
-1
memberRoute.ts
config/routes/memberRoute.ts
+71
-71
payandSettle.ts
config/routes/payandSettle.ts
+1
-1
shopRoute.ts
config/routes/shopRoute.ts
+4
-5
index.ts
config/routes/tranactionRoute/index.ts
+117
-117
afterSale.svg
src/assets/menuIcon/afterSale.svg
+1
-0
channel.svg
src/assets/menuIcon/channel.svg
+1
-0
commodity.svg
src/assets/menuIcon/commodity.svg
+1
-0
contract.svg
src/assets/menuIcon/contract.svg
+1
-0
home.svg
src/assets/menuIcon/home.svg
+9
-0
logistics.svg
src/assets/menuIcon/logistics.svg
+1
-0
maching.svg
src/assets/menuIcon/maching.svg
+1
-0
member.svg
src/assets/menuIcon/member.svg
+1
-0
order.svg
src/assets/menuIcon/order.svg
+1
-0
payment.svg
src/assets/menuIcon/payment.svg
+1
-0
purchase.svg
src/assets/menuIcon/purchase.svg
+1
-0
settlement.svg
src/assets/menuIcon/settlement.svg
+1
-0
shop.svg
src/assets/menuIcon/shop.svg
+1
-0
system.svg
src/assets/menuIcon/system.svg
+1
-0
transcation.svg
src/assets/menuIcon/transcation.svg
+1
-0
CustomIcon.tsx
src/layouts/components/CustomIcon.tsx
+47
-0
OuterSide.tsx
src/layouts/components/OuterSide.tsx
+2
-1
MenuSlider.less
src/layouts/styles/MenuSlider.less
+12
-2
index.tsx
src/pages/home/components/UserCenter/index.tsx
+4
-3
typings.d.ts
typings.d.ts
+1
-2
No files found.
config/routes/afterServiceRoute/index.ts
View file @
9767289a
/*
* 售后能力
* @Author: ghua
* @Date: 2020-10-09 14:26:12
* @Author: ghua
* @Date: 2020-10-09 14:26:12
* @Last Modified by: ghua
* @Last Modified time: 2020-10-29 11:19:38
*/
...
...
@@ -16,15 +16,15 @@ import RepairManageRoute from './repairManageRoute'
const
AfterServiceRoute
=
{
path
:
'/memberCenter/afterService'
,
name
:
'afterService'
,
icon
:
'
smi
le'
,
icon
:
'
afterSa
le'
,
routes
:
[
ExchangeRoute
,
ExchangeManageRoute
,
ReturnRoute
,
ReturnManageRoute
,
RepairRoute
,
RepairManageRoute
,
RepairManageRoute
,
]
}
export
default
AfterServiceRoute
\ No newline at end of file
export
default
AfterServiceRoute
config/routes/authConfigRoute.ts
View file @
9767289a
...
...
@@ -10,7 +10,7 @@ import { RouterChild } from '../utils/index';
const
AuthConfigRoute
:
RouterChild
=
{
path
:
'/memberCenter/systemSetting'
,
name
:
'systemSetting'
,
icon
:
's
mile
'
,
icon
:
's
ystem
'
,
routes
:
[
// 权限管理
{
...
...
@@ -35,27 +35,27 @@ const AuthConfigRoute: RouterChild = {
name
:
'addMemberRole'
,
component
:
'@/pages/authConfig/memberSystem/memberDetail'
,
hideInMenu
:
true
,
},
},
// 角色管理-编辑
{
path
:
'/memberCenter/systemSetting/authConfig/memberSystem/edit'
,
name
:
'editMemberRole'
,
component
:
'@/pages/authConfig/memberSystem/memberDetail'
,
hideInMenu
:
true
,
},
},
// 角色管理-详情
{
path
:
'/memberCenter/systemSetting/authConfig/memberSystem/detail'
,
name
:
'memberRoleDetail'
,
component
:
'@/pages/authConfig/memberSystem/memberDetail'
,
hideInMenu
:
true
,
},
},
// 用户管理
{
path
:
'/memberCenter/systemSetting/authConfig/userSystem'
,
name
:
'userSystem'
,
component
:
'@/pages/authConfig/userSystem'
,
},
},
// 用户管理-新增
{
path
:
'/memberCenter/systemSetting/authConfig/userSystem/add'
,
...
...
@@ -78,7 +78,7 @@ const AuthConfigRoute: RouterChild = {
hideInMenu
:
true
,
},
]
},
},
// 收藏管理
{
path
:
'/memberCenter/systemSetting/collection'
,
...
...
@@ -125,9 +125,9 @@ const AuthConfigRoute: RouterChild = {
name
:
'message'
,
component
:
'@/pages/systemSetting/message'
},
],
}
export
default
AuthConfigRoute
\ No newline at end of file
export
default
AuthConfigRoute
config/routes/balanceRoute.ts
View file @
9767289a
...
...
@@ -7,7 +7,7 @@
const
BalancedRoute
=
{
path
:
'/memberCenter/balance'
,
name
:
'balance'
,
icon
:
's
mile
'
,
icon
:
's
ettlement
'
,
routes
:
[
// 结算规则配置
{
...
...
config/routes/channelRoute.ts
View file @
9767289a
/*
* 渠道能力路由
* @Author: ghua
* @Date: 2020-07-10 16:16:37
* @Author: ghua
* @Date: 2020-07-10 16:16:37
* @Last Modified by: ghua
* @Last Modified time: 2020-09-29 14:35:34
* @Description: 渠道能力路由相关
...
...
@@ -11,7 +11,7 @@ import { RouterChild } from '../utils/index';
const
ShopRoute
:
RouterChild
=
{
path
:
'/memberCenter/channelAbility'
,
name
:
'channelAbility'
,
icon
:
'
smile
'
,
icon
:
'
channel
'
,
routes
:
[
// 创建渠道信息
{
...
...
@@ -36,4 +36,4 @@ const ShopRoute: RouterChild = {
}
export
default
ShopRoute
\ No newline at end of file
export
default
ShopRoute
config/routes/commodityRoute.ts
View file @
9767289a
/*
* 商品能力路由
* @Author: ghua
* @Date: 2020-07-10 11:36:32
* @Author: ghua
* @Date: 2020-07-10 11:36:32
* @Last Modified by: ghua
* @Last Modified time: 2020-07-18 11:19:36
* @Description: 商品能力路由相关
...
...
@@ -11,7 +11,7 @@ import { RouterChild } from '../utils/index';
const
CommodityRoute
:
RouterChild
=
{
path
:
'/memberCenter/commodityAbility'
,
name
:
'commodityAbility'
,
icon
:
'
smile
'
,
icon
:
'
commodity
'
,
routes
:
[
// 品类及属性
{
...
...
@@ -37,25 +37,25 @@ const CommodityRoute: RouterChild = {
path
:
'/memberCenter/commodityAbility/classAndProperty/attribute/add'
,
name
:
'addAttribute'
,
icon
:
'smile'
,
component
:
'@/pages/classAndProperty/attribute/addAttribute'
,
hideInMenu
:
true
,
},
component
:
'@/pages/classAndProperty/attribute/addAttribute'
,
hideInMenu
:
true
,
},
// 属性-编辑
{
path
:
'/memberCenter/commodityAbility/classAndProperty/attribute/edit'
,
name
:
'editAttribute'
,
icon
:
'smile'
,
component
:
'@/pages/classAndProperty/attribute/addAttribute'
,
hideInMenu
:
true
,
},
component
:
'@/pages/classAndProperty/attribute/addAttribute'
,
hideInMenu
:
true
,
},
// 属性-详情
{
path
:
'/memberCenter/commodityAbility/classAndProperty/attribute/detail'
,
name
:
'attributeDetail'
,
icon
:
'smile'
,
component
:
'@/pages/classAndProperty/attribute/addAttribute'
,
hideInMenu
:
true
,
},
component
:
'@/pages/classAndProperty/attribute/addAttribute'
,
hideInMenu
:
true
,
},
// 属性值
{
path
:
'/memberCenter/commodityAbility/classAndProperty/propertyValue'
,
...
...
@@ -68,24 +68,24 @@ const CommodityRoute: RouterChild = {
path
:
'/memberCenter/commodityAbility/classAndProperty/propertyValue/add'
,
name
:
'addPropertyValue'
,
icon
:
'smile'
,
component
:
'@/pages/classAndProperty/propertyValue/addPropertyValue'
,
hideInMenu
:
true
,
component
:
'@/pages/classAndProperty/propertyValue/addPropertyValue'
,
hideInMenu
:
true
,
},
// 属性值-编辑
{
path
:
'/memberCenter/commodityAbility/classAndProperty/propertyValue/edit'
,
name
:
'editPropertyValue'
,
icon
:
'smile'
,
component
:
'@/pages/classAndProperty/propertyValue/addPropertyValue'
,
hideInMenu
:
true
,
component
:
'@/pages/classAndProperty/propertyValue/addPropertyValue'
,
hideInMenu
:
true
,
},
// 属性值-详情
{
path
:
'/memberCenter/commodityAbility/classAndProperty/propertyValue/detail'
,
name
:
'propertyValueDetail'
,
icon
:
'smile'
,
component
:
'@/pages/classAndProperty/propertyValue/addPropertyValue'
,
hideInMenu
:
true
,
component
:
'@/pages/classAndProperty/propertyValue/addPropertyValue'
,
hideInMenu
:
true
,
},
// 关联品类属性
{
...
...
@@ -102,14 +102,14 @@ const CommodityRoute: RouterChild = {
component
:
'@/pages/classAndProperty/categoryAttributes/viewAttributes'
,
},
]
},
},
// 品牌
{
path
:
'/memberCenter/commodityAbility/trademark'
,
name
:
'trademark'
,
icon
:
'smile'
,
component
:
'@/pages/trademark'
,
},
},
// 品牌-新增
{
path
:
'/memberCenter/commodityAbility/trademark/add'
,
...
...
@@ -117,7 +117,7 @@ const CommodityRoute: RouterChild = {
icon
:
'smile'
,
hideInMenu
:
true
,
component
:
'@/pages/trademark/addBrand'
,
},
},
// 品牌-编辑
{
path
:
'/memberCenter/commodityAbility/trademark/edit'
,
...
...
@@ -125,7 +125,7 @@ const CommodityRoute: RouterChild = {
icon
:
'smile'
,
hideInMenu
:
true
,
component
:
'@/pages/trademark/addBrand'
,
},
},
// 品牌-查看
{
path
:
'/memberCenter/commodityAbility/trademark/detail'
,
...
...
@@ -133,7 +133,7 @@ const CommodityRoute: RouterChild = {
hideInMenu
:
true
,
icon
:
'smile'
,
component
:
'@/pages/trademark/viewBrand'
,
},
},
// 商品
{
path
:
'/memberCenter/commodityAbility/commodity'
,
...
...
@@ -146,54 +146,54 @@ const CommodityRoute: RouterChild = {
name
:
'goods'
,
icon
:
'smile'
,
component
:
'@/pages/commodity/goods'
,
},
},
// 货品-新增
{
path
:
'/memberCenter/commodityAbility/commodity/goods/add'
,
name
:
'addGoods'
,
icon
:
'smile'
,
component
:
'@/pages/commodity/goods/addGoods'
,
hideInMenu
:
true
,
},
hideInMenu
:
true
,
},
// 货品-编辑
{
path
:
'/memberCenter/commodityAbility/commodity/goods/edit'
,
name
:
'editGoods'
,
icon
:
'smile'
,
component
:
'@/pages/commodity/goods/addGoods'
,
hideInMenu
:
true
,
},
hideInMenu
:
true
,
},
// 货品-详情
{
path
:
'/memberCenter/commodityAbility/commodity/goods/detail'
,
name
:
'goodsDetail'
,
icon
:
'smile'
,
component
:
'@/pages/commodity/goods/addGoods'
,
hideInMenu
:
true
,
},
hideInMenu
:
true
,
},
// 商品
{
path
:
'/memberCenter/commodityAbility/commodity/products'
,
name
:
'products'
,
icon
:
'smile'
,
component
:
'@/pages/commodity/products'
,
},
},
// 商品-新增
{
path
:
'/memberCenter/commodityAbility/commodity/products/add'
,
name
:
'addProducts'
,
icon
:
'smile'
,
component
:
'@/pages/commodity/products/addProducts'
,
hideInMenu
:
true
,
},
hideInMenu
:
true
,
},
// 商品-编辑
{
path
:
'/memberCenter/commodityAbility/commodity/products/edit'
,
name
:
'editProducts'
,
icon
:
'smile'
,
component
:
'@/pages/commodity/products/addProducts'
,
hideInMenu
:
true
,
},
hideInMenu
:
true
,
},
// 商品-详情
{
path
:
'/memberCenter/commodityAbility/commodity/products/detail'
,
...
...
@@ -208,14 +208,14 @@ const CommodityRoute: RouterChild = {
name
:
'fastModifyPrice'
,
icon
:
'smile'
,
component
:
'@/pages/commodity/products/fastModifyPrice'
,
},
},
// 渠道直采商品
{
path
:
'/memberCenter/commodityAbility/commodity/products/directChannel'
,
name
:
'directChannel'
,
icon
:
'smile'
,
component
:
'@/pages/commodity/products/directChannel'
,
},
},
// 渠道直采商品-新增
{
path
:
'/memberCenter/commodityAbility/commodity/products/directChannel/add'
,
...
...
@@ -223,7 +223,7 @@ const CommodityRoute: RouterChild = {
hideInMenu
:
true
,
icon
:
'smile'
,
component
:
'@/pages/commodity/products/addDirectChannel'
,
},
},
// 渠道直采商品-编辑
{
path
:
'/memberCenter/commodityAbility/commodity/products/directChannel/edit'
,
...
...
@@ -231,7 +231,7 @@ const CommodityRoute: RouterChild = {
hideInMenu
:
true
,
icon
:
'smile'
,
component
:
'@/pages/commodity/products/modifyDirectChannel'
,
},
},
// 渠道直采商品-详情
{
path
:
'/memberCenter/commodityAbility/commodity/products/directChannel/detail'
,
...
...
@@ -241,45 +241,45 @@ const CommodityRoute: RouterChild = {
component
:
'@/pages/commodity/products/viewDirectChannel'
,
},
]
},
},
// 仓位
{
path
:
'/memberCenter/commodityAbility/repositories'
,
name
:
'repositories'
,
icon
:
'smile'
,
component
:
'./repositories'
,
},
},
// 仓位-新增
{
path
:
'/memberCenter/commodityAbility/repositories/add'
,
name
:
'addRepository'
,
icon
:
'smile'
,
component
:
'./repositories/addRepository'
,
hideInMenu
:
true
,
},
hideInMenu
:
true
,
},
// 仓位-编辑
{
path
:
'/memberCenter/commodityAbility/repositories/edit'
,
name
:
'editRepository'
,
icon
:
'smile'
,
component
:
'./repositories/addRepository'
,
hideInMenu
:
true
,
},
hideInMenu
:
true
,
},
// 仓位-详情
{
path
:
'/memberCenter/commodityAbility/repositories/detail'
,
name
:
'repositoryDetail'
,
icon
:
'smile'
,
component
:
'./repositories/addRepository'
,
hideInMenu
:
true
,
},
hideInMenu
:
true
,
},
// 仓位-调整
{
path
:
'/memberCenter/commodityAbility/repositories/adjustRepository'
,
name
:
'adjustRepository'
,
icon
:
'smile'
,
component
:
'./repositories/adjustRepository'
,
hideInMenu
:
true
,
hideInMenu
:
true
,
}
]
}
...
...
config/routes/handlingRoute.ts
View file @
9767289a
...
...
@@ -9,7 +9,7 @@
const
HandlingRoute
=
{
path
:
'/memberCenter/handling'
,
name
:
'handling'
,
icon
:
'
smile
'
,
icon
:
'
maching
'
,
routes
:
[
//指派生产通知单
{
...
...
config/routes/index.ts
View file @
9767289a
...
...
@@ -36,7 +36,7 @@ const memberCenterRoute = {
{
path
:
`/memberCenter/home`
,
name
:
'home'
,
icon
:
'
smil
e'
,
icon
:
'
hom
e'
,
key
:
'home'
,
// component: '@/pages/index',
component
:
'@/pages/home'
,
...
...
config/routes/logisticsRoutes.ts
View file @
9767289a
...
...
@@ -11,7 +11,7 @@ import { RouterChild } from '../utils/index';
const
LogisticsRoute
:
RouterChild
=
{
path
:
'/memberCenter/logisticsAbility'
,
name
:
'logisticsAbility'
,
icon
:
'
smile
'
,
icon
:
'
logistics
'
,
routes
:
[
{
// 物流管理模块
...
...
config/routes/memberRoute.ts
View file @
9767289a
/*
* 会员能力路由
* @Author: ghua
* @Date: 2020-07-10 16:15:28
* @Last Modified by: ghua
* @Last Modified time: 2020-07-10 16:15:28
* @Author: ghua
* @Date: 2020-07-10 16:15:28
* @Last Modified by: ghua
* @Last Modified time: 2020-07-10 16:15:28
* @Description: 会员能力路由相关
*/
import
{
RouterChild
}
from
'../utils/index'
;
...
...
@@ -11,7 +11,7 @@ import { RouterChild } from '../utils/index';
const
MemberRoute
:
RouterChild
=
{
path
:
'/memberCenter/memberAbility'
,
name
:
'memberAbility'
,
icon
:
'
smile
'
,
icon
:
'
member
'
,
routes
:
[
// 会员管理
{
...
...
@@ -23,66 +23,66 @@ const MemberRoute: RouterChild = {
path
:
'/memberCenter/memberAbility/manage/import'
,
name
:
'memberImport'
,
component
:
'@/pages/member/memberImport/index'
,
},
},
// 会员导入-新增
{
path
:
'/memberCenter/memberAbility/manage/import/add'
,
name
:
'addMember'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberImport/addMember'
,
},
},
// 会员导入-编辑
{
path
:
'/memberCenter/memberAbility/manage/import/edit'
,
name
:
'editMember'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberImport/editMember'
,
},
},
// 会员导入-详情
{
path
:
'/memberCenter/memberAbility/manage/import/detail'
,
name
:
'memberImportDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberImport/importDetail'
,
},
},
// 会员维护
{
path
:
'/memberCenter/memberAbility/manage/maintain'
,
name
:
'memberMaintain'
,
component
:
'@/pages/member/memberMaintain/index'
,
},
},
// 会员维护-详情
{
path
:
'/memberCenter/memberAbility/manage/maintain/detail'
,
name
:
'maintainDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberMaintain/detailed'
,
routes
:
[
routes
:
[
// 会员维护-详情-基础信息
{
path
:
'/memberCenter/memberAbility/manage/maintain/detail/basicInfo'
,
name
:
'basicInfo'
,
component
:
'@/pages/member/memberMaintain/detailed/basicInfo'
,
hideInMenu
:
true
,
},
},
// 会员维护-详情-等级信息
{
path
:
'/memberCenter/memberAbility/manage/maintain/detail/levelInfo'
,
name
:
'levelInfo'
,
component
:
'@/pages/member/memberMaintain/detailed/levelInfo'
,
hideInMenu
:
true
,
},
},
// 会员维护-详情-权益信息
{
path
:
'/memberCenter/memberAbility/manage/maintain/detail/equityInfo'
,
name
:
'equityInfo'
,
component
:
'@/pages/member/memberMaintain/detailed/equityInfo'
,
hideInMenu
:
true
,
},
},
// 会员维护-详情-诚信信息
{
path
:
'/memberCenter/memberAbility/manage/maintain/detail/sincerityInfo'
,
...
...
@@ -91,57 +91,57 @@ const MemberRoute: RouterChild = {
hideInMenu
:
true
,
},
],
},
},
// 会员维护-冻结
{
path
:
'/memberCenter/memberAbility/manage/maintain/frozen'
,
name
:
'maintainFrozen'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberMaintain/frozen'
,
},
},
// 待提交审核
{
path
:
'/memberCenter/memberAbility/manage/memberPrSubmit'
,
name
:
'memberPrSubmit'
,
component
:
'@/pages/member/memberPrSubmit/index'
},
},
// 待提交审核-详情
{
path
:
'/memberCenter/memberAbility/manage/memberPrSubmit/detail'
,
name
:
'memberPrSubmitDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberPrSubmit/prSubmitDetail'
},
},
// 待提交审核-审核
{
path
:
'/memberCenter/memberAbility/manage/memberPrSubmit/verify'
,
name
:
'memberPrSubmitDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberPrSubmit/auditPrSubmit'
},
},
// 待审核(一级)
{
path
:
'/memberCenter/memberAbility/manage/memberPr1'
,
name
:
'memberPr1'
,
component
:
'@/pages/member/memberPr1/index'
},
},
// 待审核(一级)-详情
{
path
:
'/memberCenter/memberAbility/manage/memberPr1/detail'
,
name
:
'memberPr1Detail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberPr1/pr1Detail'
},
// 待审核(一级)-审核
{
path
:
'/memberCenter/memberAbility/manage/memberPr1/verify'
,
name
:
'memberPr1Detail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberPr1/auditPr1'
},
// 待审核(二级)
...
...
@@ -149,88 +149,88 @@ const MemberRoute: RouterChild = {
path
:
'/memberCenter/memberAbility/manage/memberPr2'
,
name
:
'memberPr2'
,
component
:
'@/pages/member/memberPr2/index'
},
},
// 待审核(二级)-详情
{
path
:
'/memberCenter/memberAbility/manage/memberPr2/detail'
,
name
:
'memberPr2Detail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberPr2/pr2Detail'
},
},
// 待审核(二级)-审核
{
path
:
'/memberCenter/memberAbility/manage/memberPr2/verify'
,
name
:
'memberPr2Detail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberPr2/auditPr2'
},
},
// 待确认审核
{
path
:
'/memberCenter/memberAbility/manage/memberPrConfirm'
,
name
:
'memberPrConfirm'
,
component
:
'@/pages/member/memberPrConfirm/index'
},
},
// 待确认审核-详情
{
path
:
'/memberCenter/memberAbility/manage/memberPrConfirm/detail'
,
name
:
'memberPrConfirmDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberPrConfirm/prComfirmDetail'
},
},
// 待确认审核-审核
{
path
:
'/memberCenter/memberAbility/manage/memberPrConfirm/verify'
,
name
:
'memberPrConfirmDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberPrConfirm/auditPrComfirm'
},
},
// 会员升级规则
{
path
:
'/memberCenter/memberAbility/manage/upgradeRule'
,
name
:
'memberUpgradeRule'
,
component
:
'@/pages/member/memberUpgradeRule/index'
,
},
},
// 会员等级
{
path
:
'/memberCenter/memberAbility/manage/level'
,
name
:
'memberLevel'
,
component
:
'@/pages/member/memberLevel/index'
},
},
// 会员等级-设置
{
path
:
'/memberCenter/memberAbility/manage/level/edit'
,
name
:
'editMemberLevel'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberLevel/addEquity'
,
},
// 会员等级-详情
{
path
:
'/memberCenter/memberAbility/manage/level/detail'
,
name
:
'editMemberLevel'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberLevel/equityDetail'
,
},
]
},
},
// 会员信息查询
{
path
:
'/memberCenter/memberAbility/query'
,
name
:
'memberQuery'
,
component
:
'@/pages/member/memberQuery/index'
,
},
},
// 会员信息查询-详情
{
path
:
'/memberCenter/memberAbility/query/detail'
,
name
:
'memberQueryDetail'
,
component
:
'@/pages/member/memberQuery/detailed'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
routes
:
[
// 会员信息查询-详情-基本信息
{
...
...
@@ -238,21 +238,21 @@ const MemberRoute: RouterChild = {
name
:
'basicInfo'
,
component
:
'@/pages/member/memberQuery/detailed/basicInfo'
,
hideInMenu
:
true
,
},
},
// 会员信息查询-详情-等级信息
{
path
:
'/memberCenter/memberAbility/query/detail/levelInfo'
,
name
:
'levelInfo'
,
component
:
'@/pages/member/memberQuery/detailed/levelInfo'
,
hideInMenu
:
true
,
},
},
// 会员信息查询-详情-权益信息
{
path
:
'/memberCenter/memberAbility/query/detail/equityInfo'
,
name
:
'equityInfo'
,
component
:
'@/pages/member/memberQuery/detailed/equityInfo'
,
hideInMenu
:
true
,
},
},
// 会员信息查询-详情-诚信信息
{
path
:
'/memberCenter/memberAbility/query/detail/sincerityInfo'
,
...
...
@@ -261,21 +261,21 @@ const MemberRoute: RouterChild = {
hideInMenu
:
true
,
},
],
},
},
// 会员信息变更
{
path
:
'/memberCenter/memberAbility/query/update'
,
name
:
'memberUpdate'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberQuery/update'
,
},
},
// 新增会员角色
{
path
:
'/memberCenter/memberAbility/query/addSubRole'
,
name
:
'addSubRole'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/member/memberQuery/addSubRole'
,
},
]
...
...
config/routes/payandSettle.ts
View file @
9767289a
...
...
@@ -10,7 +10,7 @@ import { RouterChild } from '../utils/index';
const
payandSettleRoute
:
RouterChild
=
{
path
:
'/memberCenter/payandSettle'
,
name
:
'payandSettle'
,
icon
:
'
smile
'
,
icon
:
'
payment
'
,
routes
:
[
// 支付方式管理
{
...
...
config/routes/shopRoute.ts
View file @
9767289a
/*
* 店铺能力路由
* @Author: ghua
* @Date: 2020-07-10 16:16:37
* @Author: ghua
* @Date: 2020-07-10 16:16:37
* @Last Modified by: ghua
* @Last Modified time: 2020-09-29 14:36:01
* @Description: 店铺能力路由相关
...
...
@@ -11,7 +11,7 @@ import { RouterChild } from '../utils/index';
const
ShopRoute
:
RouterChild
=
{
path
:
'/memberCenter/shopAbility'
,
name
:
'shopAbility'
,
icon
:
's
mile
'
,
icon
:
's
hop
'
,
routes
:
[
// 创建店铺信息
{
...
...
@@ -36,4 +36,4 @@ const ShopRoute: RouterChild = {
}
export
default
ShopRoute
\ No newline at end of file
export
default
ShopRoute
config/routes/tranactionRoute/index.ts
View file @
9767289a
...
...
@@ -14,7 +14,7 @@ import comfirmDemandPosts from './comfirmDemandPosts';
const
TranactionRoute
=
{
path
:
'/memberCenter/tranactionAbility'
,
name
:
'tranactionAbility'
,
icon
:
'
smile
'
,
icon
:
'
transcation
'
,
routes
:
[
// 电子合同
{
...
...
@@ -26,14 +26,14 @@ const TranactionRoute = {
path
:
'/memberCenter/tranactionAbility/electronicContracts/apply'
,
name
:
'apply'
,
component
:
'@/pages/transaction/electronicContracts/apply/index'
,
},
},
// 企业信息核验
{
path
:
'/memberCenter/tranactionAbility/electronicContracts/apply/enterpriseCertified'
,
name
:
'enterpriseCertified'
,
hideInMenu
:
true
,
component
:
'@/pages/transaction/electronicContracts/enterpriseCertified/index'
,
},
},
// 合同模板参数查询
{
path
:
'/memberCenter/tranactionAbility/electronicContracts/classSearch'
,
...
...
@@ -45,30 +45,30 @@ const TranactionRoute = {
path
:
'/memberCenter/tranactionAbility/electronicContracts/template'
,
name
:
'template'
,
component
:
'@/pages/transaction/electronicContracts/template/index'
,
},
},
// 合同模板-新增
{
path
:
'/memberCenter/tranactionAbility/electronicContracts/template/add'
,
name
:
'addTemplate'
,
hideInMenu
:
true
,
component
:
'@/pages/transaction/electronicContracts/addContract/add'
,
},
},
// 合同模板-编辑
{
path
:
'/memberCenter/tranactionAbility/electronicContracts/template/edit'
,
name
:
'editTemplate'
,
hideInMenu
:
true
,
component
:
'@/pages/transaction/electronicContracts/addContract/edit'
,
},
},
// 合同模板-详情
{
path
:
'/memberCenter/tranactionAbility/electronicContracts/template/detail'
,
name
:
'templateDetail'
,
hideInMenu
:
true
,
component
:
'@/pages/transaction/electronicContracts/addContract/details'
,
},
},
]
},
},
// 进销存
{
...
...
@@ -80,91 +80,91 @@ const TranactionRoute = {
path
:
'/memberCenter/tranactionAbility/stockSellStorage/warehouse'
,
name
:
'warehouse'
,
component
:
'@/pages/transaction/stockSellStorage/warehouse/index'
,
},
},
// 仓库-新增
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/warehouse/add'
,
name
:
'addWarehouse'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/transaction/stockSellStorage/warehouse/addWarehouse'
,
},
},
// 仓库-编辑
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/warehouse/edit'
,
name
:
'editWarehouse'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/transaction/stockSellStorage/warehouse/editWarehouse'
,
},
},
// 仓库-详情
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/warehouse/detail'
,
name
:
'warehouseDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/transaction/stockSellStorage/warehouse/warehouseDetail'
,
},
},
// 单据类型
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/billsType'
,
name
:
'billsType'
,
component
:
'@/pages/transaction/stockSellStorage/billsType/index'
,
},
},
// 单据类型-新增
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/billsType/add'
,
name
:
'addBillsType'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/transaction/stockSellStorage/billsType/addBillsType'
,
},
},
// 单据类型-编辑
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/billsType/edit'
,
name
:
'editBillsType'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/transaction/stockSellStorage/billsType/editBillsType'
,
},
},
// 单据类型-详情
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/billsType/detail'
,
name
:
'billsTypeDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/transaction/stockSellStorage/billsType/billsTypeDetail'
,
},
},
// 单据
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/bills'
,
name
:
'bills'
,
component
:
'@/pages/transaction/stockSellStorage/bills/index'
,
},
},
// 单据-新增
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/bills/add'
,
name
:
'addBills'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/transaction/stockSellStorage/bills/addBills'
,
},
},
// 单据-编辑
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/bills/edit'
,
name
:
'editBills'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/transaction/stockSellStorage/bills/editBills'
,
},
},
// 单据-详情
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/bills/detail'
,
name
:
'billsDetail'
,
hideInMenu
:
true
,
noMargin
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
component
:
'@/pages/transaction/stockSellStorage/bills/billsDetail'
,
},
},
// 库存
{
path
:
'/memberCenter/tranactionAbility/stockSellStorage/inventory'
,
...
...
@@ -172,10 +172,10 @@ const TranactionRoute = {
component
:
'@/pages/transaction/stockSellStorage/inventory/index'
,
},
]
},
},
// 需求发布
...
demandPosts
,
...
demandPosts
,
// 需求报价
...
demandQduote
,
// 确认需求报价
...
...
@@ -196,7 +196,7 @@ const TranactionRoute = {
path
:
'/memberCenter/tranactionAbility/transactionRules'
,
name
:
'transactionRules'
,
component
:
'@/pages/transaction/transactionRules'
,
},
},
// 新增交易规则
{
...
...
@@ -210,7 +210,7 @@ const TranactionRoute = {
{
path
:
'/memberCenter/tranactionAbility/transactionRules/edit'
,
name
:
'editRule'
,
hideInMenu
:
true
,
hideInMenu
:
true
,
component
:
'@/pages/transaction/transactionRules/addRule'
,
},
...
...
@@ -218,151 +218,151 @@ const TranactionRoute = {
{
path
:
'/memberCenter/tranactionAbility/transactionRules/detail'
,
name
:
'ruleDetail'
,
hideInMenu
:
true
,
hideInMenu
:
true
,
component
:
'@/pages/transaction/transactionRules/addRule'
,
},
// 供应会员评价管理
{
path
:
'/memberCenter/tranactionAbility/supplierEvaluation'
,
name
:
'supplierEvaluation'
,
name
:
'supplierEvaluation'
,
routes
:
[
// 待评价订单
{
path
:
'/memberCenter/tranactionAbility/supplierEvaluation/unevaluated'
,
name
:
'unevaluated'
,
component
:
'@/pages/transaction/supplierEvaluation/unevaluated'
,
},
name
:
'unevaluated'
,
component
:
'@/pages/transaction/supplierEvaluation/unevaluated'
,
},
// 评价订单
{
path
:
'/memberCenter/tranactionAbility/supplierEvaluation/unevaluated/evaluate'
,
name
:
'evaluate'
,
component
:
'@/pages/transaction/supplierEvaluation/unevaluated/evaluate/index'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
name
:
'evaluate'
,
component
:
'@/pages/transaction/supplierEvaluation/unevaluated/evaluate/index'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待评价订单-订单详情
{
path
:
'/memberCenter/tranactionAbility/supplierEvaluation/unevaluated/order'
,
name
:
'orderPreview'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 评价统计
{
path
:
'/memberCenter/tranactionAbility/supplierEvaluation/analysis'
,
name
:
'analysis'
,
component
:
'@/pages/transaction/supplierEvaluation/analysis'
,
},
name
:
'analysis'
,
component
:
'@/pages/transaction/supplierEvaluation/analysis'
,
},
// 收到的评价-详情
{
path
:
'/memberCenter/tranactionAbility/supplierEvaluation/received/detail'
,
name
:
'receivedDetail'
,
component
:
'@/pages/transaction/supplierEvaluation/received/detail/index'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
name
:
'receivedDetail'
,
component
:
'@/pages/transaction/supplierEvaluation/received/detail/index'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 发出的评价-详情
{
path
:
'/memberCenter/tranactionAbility/supplierEvaluation/sent/detail'
,
name
:
'sentDetail'
,
component
:
'@/pages/transaction/supplierEvaluation/sent/detail'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
name
:
'sentDetail'
,
component
:
'@/pages/transaction/supplierEvaluation/sent/detail'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 发出的评价-编辑
{
path
:
'/memberCenter/tranactionAbility/supplierEvaluation/sent/edit'
,
name
:
'editSent'
,
component
:
'@/pages/transaction/supplierEvaluation/sent/edit'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
name
:
'editSent'
,
component
:
'@/pages/transaction/supplierEvaluation/sent/edit'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 收到的评价(UI合并到评价统计了,暂时不需要)
// {
// path: '/memberCenter/tranactionAbility/supplierEvaluation/received',
// name: 'received',
// component: '@/pages/transaction/supplierEvaluation/received',
// },
// name: 'received',
// component: '@/pages/transaction/supplierEvaluation/received',
// },
// 发出的评价(UI合并到评价统计了,暂时不需要)
// {
// path: '/memberCenter/tranactionAbility/supplierEvaluation/sent',
// name: 'sent',
// component: '@/pages/transaction/supplierEvaluation/sent',
// },
// name: 'sent',
// component: '@/pages/transaction/supplierEvaluation/sent',
// },
],
},
// 采购商会员评价管理
{
path
:
'/memberCenter/tranactionAbility/purchaserEvaluation'
,
name
:
'purchaserEvaluation'
,
name
:
'purchaserEvaluation'
,
routes
:
[
// 待评价订单
{
path
:
'/memberCenter/tranactionAbility/purchaserEvaluation/unevaluated'
,
name
:
'unevaluated'
,
component
:
'@/pages/transaction/purchaserEvaluation/unevaluated'
,
},
name
:
'unevaluated'
,
component
:
'@/pages/transaction/purchaserEvaluation/unevaluated'
,
},
// 评价订单
{
path
:
'/memberCenter/tranactionAbility/purchaserEvaluation/unevaluated/evaluate'
,
name
:
'evaluate'
,
component
:
'@/pages/transaction/purchaserEvaluation/unevaluated/evaluate/index'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
name
:
'evaluate'
,
component
:
'@/pages/transaction/purchaserEvaluation/unevaluated/evaluate/index'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待评价订单-订单详情
{
path
:
'/memberCenter/tranactionAbility/purchaserEvaluation/unevaluated/order'
,
name
:
'orderPreview'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 评价统计
{
path
:
'/memberCenter/tranactionAbility/purchaserEvaluation/analysis'
,
name
:
'analysis'
,
component
:
'@/pages/transaction/purchaserEvaluation/analysis'
,
},
name
:
'analysis'
,
component
:
'@/pages/transaction/purchaserEvaluation/analysis'
,
},
// 收到的评价-详情
{
path
:
'/memberCenter/tranactionAbility/purchaserEvaluation/received/detail'
,
name
:
'receivedDetail'
,
component
:
'@/pages/transaction/purchaserEvaluation/received/detail/index'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
name
:
'receivedDetail'
,
component
:
'@/pages/transaction/purchaserEvaluation/received/detail/index'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 发出的评价-详情
{
path
:
'/memberCenter/tranactionAbility/purchaserEvaluation/sent/detail'
,
name
:
'sentDetail'
,
component
:
'@/pages/transaction/purchaserEvaluation/sent/detail'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
name
:
'sentDetail'
,
component
:
'@/pages/transaction/purchaserEvaluation/sent/detail'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 发出的评价-编辑
{
path
:
'/memberCenter/tranactionAbility/purchaserEvaluation/sent/edit'
,
name
:
'editSent'
,
component
:
'@/pages/transaction/purchaserEvaluation/sent/edit'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
name
:
'editSent'
,
component
:
'@/pages/transaction/purchaserEvaluation/sent/edit'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 收到的评价(UI合并到评价统计了,暂时不需要)
// {
// path: '/memberCenter/tranactionAbility/purchaserEvaluation/received',
// name: 'received',
// component: '@/pages/transaction/purchaserEvaluation/received',
// },
// name: 'received',
// component: '@/pages/transaction/purchaserEvaluation/received',
// },
// 发出的评价(UI合并到评价统计了,暂时不需要)
// {
// path: '/memberCenter/tranactionAbility/purchaserEvaluation/sent',
// name: 'sent',
// component: '@/pages/transaction/purchaserEvaluation/sent',
// },
// name: 'sent',
// component: '@/pages/transaction/purchaserEvaluation/sent',
// },
],
},
]
...
...
src/assets/menuIcon/afterSale.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803349400"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"2941"
width=
"200"
height=
"200"
><path
d=
"M688.64 736.213333a42.666667 42.666667 0 0 1 5.845333 60.032c-2.986667 3.669333-6.058667 7.253333-9.216 10.752l-3.754666 3.968H896a42.666667 42.666667 0 0 1 42.368 37.717334l0.298667 4.992a42.666667 42.666667 0 0 1-37.674667 42.368l-4.992 0.298666h-320.085333v-106.069333l16.512-12.8c12.842667-10.026667 25.088-21.973333 36.181333-35.413333a42.666667 42.666667 0 0 1 60.032-5.845334zM512 256.64c117.930667 0 196.522667 82.432 236.330667 201.130667a42.666667 42.666667 0 1 1-80.896 27.093333C637.994667 397.056 585.386667 342.016 512 342.016c-118.272 0-179.157333 102.4-167.936 252.16 5.418667 72.021333 34.304 132.48 79.573333 172.288l8.106667 6.826667 16.213333 12.8v110.250666H169.514667a42.666667 42.666667 0 0 1-4.992-85.077333l4.992-0.256 177.621333-0.042667-3.413333-3.584C297.856 756.906667 268.501333 689.877333 260.266667 613.973333l-1.237334-13.482666c-14.506667-193.109333 75.093333-343.893333 253.013334-343.893334z m275.541333 311.466667a42.666667 42.666667 0 0 1-1.92 60.330666c-56.618667 53.162667-136.533333 79.061333-237.738666 79.061334a42.666667 42.666667 0 1 1 0-85.333334c81.066667 0 140.16-19.157333 179.328-55.893333a42.666667 42.666667 0 0 1 60.330666 1.834667zM512 85.333333c190.506667 0 349.056 154.026667 378.965333 357.290667l1.194667 9.301333 14.08 9.045334c4.010667 2.688 6.997333 4.949333 10.368 7.808 11.818667 10.026667 20.053333 21.205333 21.76 37.034666L938.666667 512v127.701333a42.666667 42.666667 0 0 1-85.034667 4.992L853.333333 639.701333v-111.36l-13.781333-8.917333-5.333333-3.84-2.56-2.090667c-12.629333-10.325333-21.12-21.546667-22.784-39.082666C792.32 301.44 663.637333 170.666667 512 170.666667c-151.210667 0-279.637333 130.048-296.746667 302.421333-1.706667 17.194667-9.984 28.458667-22.314666 38.826667l-5.12 4.138666-5.888 4.181334-11.264 7.381333v112.085333a42.666667 42.666667 0 0 1-37.674667 42.368L128 682.368a42.666667 42.666667 0 0 1-42.368-37.674667L85.333333 639.701333V512c0-18.901333 8.533333-31.786667 21.546667-43.178667 3.413333-2.944 6.4-5.248 10.410667-8.106666l14.592-9.685334 1.408-9.941333c29.866667-198.656 182.698667-349.866667 367.786666-355.584L512 85.333333z"
fill=
"currentColor"
p-id=
"2942"
></path></svg>
src/assets/menuIcon/channel.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803063200"
fill=
"currentColor"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"1598"
width=
"200"
height=
"200"
><path
d=
"M597.333333 85.333333a85.333333 85.333333 0 0 1 85.333334 85.333334v170.666666a85.333333 85.333333 0 0 1-85.333334 85.333334h-42.666666v42.666666h256v128h42.666666a85.333333 85.333333 0 0 1 85.333334 85.333334v170.666666a85.333333 85.333333 0 0 1-85.333334 85.333334h-170.666666a85.333333 85.333333 0 0 1-85.333334-85.333334v-170.666666a85.333333 85.333333 0 0 1 85.333334-85.333334h42.666666v-42.666666H298.666667v42.666666h42.666666a85.333333 85.333333 0 0 1 85.333334 85.333334v170.666666a85.333333 85.333333 0 0 1-85.333334 85.333334H170.666667a85.333333 85.333333 0 0 1-85.333334-85.333334v-170.666666a85.333333 85.333333 0 0 1 85.333334-85.333334h42.666666v-128h256v-42.666666h-42.666666a85.333333 85.333333 0 0 1-85.333334-85.333334V170.666667a85.333333 85.333333 0 0 1 85.333334-85.333334h170.666666zM341.333333 682.666667H170.666667v170.666666h170.666666v-170.666666z m512 0h-170.666666v170.666666h170.666666v-170.666666zM597.333333 170.666667h-170.666666v170.666666h170.666666V170.666667z"
p-id=
"1599"
></path></svg>
src/assets/menuIcon/commodity.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803121895"
fill=
"currentColor"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"1732"
width=
"200"
height=
"200"
><path
d=
"M551.68 95.573333l341.418667 179.114667a85.333333 85.333333 0 0 1 45.653333 75.562667v323.584a85.333333 85.333333 0 0 1-45.525333 75.52l-341.418667 179.925333a85.333333 85.333333 0 0 1-79.573333 0l-341.333334-179.925333a85.333333 85.333333 0 0 1-45.525333-75.52V350.293333a85.333333 85.333333 0 0 1 45.653333-75.52l341.376-179.157333a85.333333 85.333333 0 0 1 79.317334 0zM170.666667 378.368v295.466667l298.666666 157.44v-303.573334l-85.333333-42.666666V597.333333a42.666667 42.666667 0 0 1-85.034667 4.992L298.666667 597.333333v-154.965333l-128-64z m679.552-29.781333l-296.106667 156.757333a42.666667 42.666667 0 0 1 0.256 1.706667L554.666667 512v319.274667l298.794666-157.44V350.293333l-3.242666-1.664z m-338.133334-177.450667L236.373333 315.776l253.738667 126.890667 268.544-142.165334L512 171.136z"
p-id=
"1733"
></path></svg>
src/assets/menuIcon/contract.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608802992555"
class=
"icon"
fill=
"currentColor"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"1330"
width=
"200"
height=
"200"
><path
d=
"M853.333333 853.333333a42.666667 42.666667 0 0 1 0 85.333334H170.666667a42.666667 42.666667 0 0 1 0-85.333334h682.666666zM512 85.333333c129.493333 0 234.666667 103.808 234.666667 232.106667 0 47.488-14.506667 102.272-38.912 151.893333h53.376c55.936 0 105.173333 35.712 118.314666 87.210667l1.578667 7.125333 13.184 71.082667c11.733333 63.530667-34.56 121.898667-100.608 131.84-4.266667 0.597333-8.533333 1.024-12.8 1.28l-6.485333 0.128H249.685333C183.424 768 128 718.122667 128 654.208c0-4.352 0.256-8.661333 0.810667-13.013333l0.981333-6.4 13.184-71.125334c9.813333-52.906667 57.045333-90.88 112.298667-94.122666L262.869333 469.333333h53.333334C291.84 419.669333 277.333333 364.885333 277.333333 317.44 277.333333 189.184 382.506667 85.333333 512 85.333333z m0 85.333334c-82.602667 0-149.333333 65.834667-149.333333 146.773333 0 32.597333 10.410667 72.533333 27.861333 109.568 4.821333 10.154667 16.853333 24.192 36.096 41.984L426.24 469.333333H426.666667v85.333334H262.826667c-17.066667 0-30.805333 9.301333-34.986667 20.949333l-0.981333 3.584-13.184 71.082667a21.504 21.504 0 0 0-0.341334 3.925333c0 13.44 12.885333 26.154667 31.232 28.16l5.12 0.298667h524.629334c2.218667 0 4.437333-0.170667 6.656-0.512 18.432-2.730667 29.866667-15.488 29.653333-28.330667l-0.341333-3.541333-13.141334-71.082667c-2.261333-12.074667-14.634667-22.485333-30.976-24.277333L761.130667 554.666667h-163.456v-85.333334h0.042666l-0.298666-0.341333c14.634667-11.690667 25.813333-20.48 35.669333-41.258667 17.664-37.162667 28.245333-77.397333 28.245333-110.250666C661.333333 236.501333 594.602667 170.666667 512 170.666667z"
p-id=
"1331"
></path></svg>
src/assets/menuIcon/home.svg
0 → 100644
View file @
9767289a
<?xml version="1.0" encoding="UTF-8"?>
<svg
width=
"24px"
height=
"24px"
viewBox=
"0 0 24 24"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<title>
能力中心 / 首页
</title>
<g
id=
"能力中心-/-首页"
stroke=
"none"
stroke-width=
"1"
fill=
"none"
fill-rule=
"evenodd"
>
<g
id=
"Home"
transform=
"translate(3.000000, 2.000000)"
fill=
"currentColor"
>
<path
d=
"M2,20 C0.8954305,20 0,19.1045695 0,18 L0,8.56503803 C0,7.97781893 0.25806653,7.42026991 0.705753892,7.04026689 L7.70575389,1.09857339 C8.45225309,0.464934898 9.54774691,0.464934898 10.2942461,1.09857339 L17.2942461,7.04026689 C17.7419335,7.42026991 18,7.97781893 18,8.56503803 L18,18 C18,19.1045695 17.1045695,20 16,20 L2,20 Z M9,2.62334452 L2,8.56503803 L2,18 L5,18 L5,18 L5,13 C5,11.8954305 5.8954305,11 7,11 L11,11 C12.1045695,11 13,11.8954305 13,13 L13,18 L16,18 L16,8.56503803 L9,2.62334452 Z M11,13 L7,13 L7,18 L11,18 L11,13 Z"
id=
"🎨-Icon-Сolor"
></path>
</g>
</g>
</svg>
src/assets/menuIcon/logistics.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803295407"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"2807"
width=
"200"
height=
"200"
><path
d=
"M810.666667 768a42.666667 42.666667 0 1 1-85.333334 0 42.666667 42.666667 0 0 1 85.333334 0z m-298.666667-128H170.666667l0.682666-426.666667H640l-0.682667 426.666667H512z m-213.333333 128a42.666667 42.666667 0 1 1-85.333334 0 42.666667 42.666667 0 0 1 85.333334 0z m554.666666-235.52V640h-128v-209.877333l128 102.357333z m69.333334-53.802667L725.333333 320.810667V213.333333c0-47.061333-34.688-85.333333-77.354666-85.333333H162.645333C120.021333 128 85.333333 166.272 85.333333 213.333333v426.666667c0 37.248 21.888 68.650667 52.096 80.298667C131.456 735.061333 128 751.104 128 768c0 70.570667 57.429333 128 128 128s128-57.429333 128-128c0-15.061333-3.072-29.269333-7.893333-42.666667h271.786666A125.354667 125.354667 0 0 0 640 768c0 70.570667 57.429333 128 128 128s128-57.429333 128-128c0-15.061333-3.072-29.269333-7.893333-42.666667H896a42.666667 42.666667 0 0 0 42.666667-42.666666v-170.666667a42.666667 42.666667 0 0 0-16-33.322667z"
fill=
"currentColor"
p-id=
"2808"
></path></svg>
src/assets/menuIcon/maching.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803279270"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"2673"
width=
"200"
height=
"200"
><path
d=
"M768 810.666667H256c-23.509333 0-42.666667-19.114667-42.666667-42.666667v-213.333333h85.333334v128a42.666667 42.666667 0 0 0 42.666666 42.666666h341.333334a42.666667 42.666667 0 0 0 42.666666-42.666666v-128h85.333334v213.333333c0 23.552-19.157333 42.666667-42.666667 42.666667zM355.925333 236.928A42.410667 42.410667 0 0 1 394.069333 213.333333h235.861334c16.256 0 30.890667 9.045333 38.144 23.594667L784.298667 469.333333H682.666667a42.666667 42.666667 0 0 0-42.666667 42.666667v128H384v-128a42.666667 42.666667 0 0 0-42.666667-42.666667H239.701333l116.224-232.405333z m531.072 246.997333l-142.592-285.184A127.317333 127.317333 0 0 0 629.930667 128H394.069333a127.317333 127.317333 0 0 0-114.474666 70.741333l-142.592 285.184a85.845333 85.845333 0 0 0-9.002667 38.144V768c0 70.570667 57.429333 128 128 128h512c70.570667 0 128-57.429333 128-128v-245.930667c0-13.141333-3.114667-26.368-9.002667-38.144z"
fill=
"currentColor"
p-id=
"2674"
></path></svg>
src/assets/menuIcon/member.svg
0 → 100644
View file @
9767289a
<svg
fill=
"currentColor"
t=
"1608802959577"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"1196"
width=
"200"
height=
"200"
><path
d=
"M469.333333 512a213.333333 213.333333 0 0 1 213.12 204.074667L682.666667 725.333333v85.333334a42.666667 42.666667 0 0 1-85.034667 4.992L597.333333 810.666667v-85.333334a128 128 0 0 0-120.490666-127.786666L469.333333 597.333333H298.666667a128 128 0 0 0-127.786667 120.490667L170.666667 725.333333v85.333334a42.666667 42.666667 0 0 1-85.034667 4.992L85.333333 810.666667v-85.333334a213.333333 213.333333 0 0 1 204.074667-213.12L298.666667 512h170.666666z m298.666667 0a170.666667 170.666667 0 0 1 170.453333 162.133333L938.666667 682.666667v128a42.666667 42.666667 0 0 1-85.034667 4.992L853.333333 810.666667v-128a85.333333 85.333333 0 0 0-78.933333-85.12L768 597.333333h-21.162667a42.666667 42.666667 0 0 1-4.992-85.034666l4.992-0.298667H768zM384 128a170.666667 170.666667 0 1 1 0 341.333333 170.666667 170.666667 0 0 1 0-341.333333z m362.666667 42.666667a149.333333 149.333333 0 1 1 0 298.666666 149.333333 149.333333 0 0 1 0-298.666666zM384 213.333333a85.333333 85.333333 0 1 0 0 170.666667 85.333333 85.333333 0 0 0 0-170.666667z m362.666667 42.666667a64 64 0 1 0 0 128 64 64 0 0 0 0-128z"
p-id=
"1197"
></path></svg>
src/assets/menuIcon/order.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608802866586"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"1062"
width=
"200"
height=
"200"
><path
d=
"M640 682.666667a42.666667 42.666667 0 1 1 0 85.333333H384a42.666667 42.666667 0 0 1 0-85.333333z m-128-170.666667a42.666667 42.666667 0 0 1 0 85.333333H384a42.666667 42.666667 0 0 1 0-85.333333z m232.277333 341.333333H279.68C266.666667 853.333333 256 843.776 256 832v-640c0-11.776 10.666667-21.333333 23.68-21.333333H512v134.4C512 372.138667 563.925333 426.666667 627.797333 426.666667H768v405.333333c0 11.776-10.624 21.333333-23.722667 21.333333zM597.333333 212.394667L714.325333 341.333333h-86.528C610.986667 341.333333 597.333333 325.077333 597.333333 305.066667V212.394667z m244.906667 142.933333l-232.277333-256a42.666667 42.666667 0 0 0-31.573334-13.994667h-298.666666C219.52 85.333333 170.666667 133.205333 170.666667 192v640C170.666667 890.794667 219.562667 938.666667 279.68 938.666667h464.64C804.352 938.666667 853.333333 890.794667 853.333333 832V384a42.666667 42.666667 0 0 0-11.093333-28.672z"
fill=
"currentColor"
p-id=
"1063"
></path></svg>
src/assets/menuIcon/payment.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803257774"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"2539"
width=
"200"
height=
"200"
><path
d=
"M724.650667 145.066667l3.968 6.4L813.525333 298.666667 853.333333 298.666667a85.333333 85.333333 0 0 1 85.333334 85.333333v426.666667a85.333333 85.333333 0 0 1-85.333334 85.333333H170.666667a85.333333 85.333333 0 0 1-85.333334-85.333333V384a85.333333 85.333333 0 0 1 85.333334-85.333333l47.018666-0.042667 336.085334-194.005333a128 128 0 0 1 170.88 40.448zM853.333333 384H170.666667v426.666667h682.666666V384z m-128 127.317333a42.666667 42.666667 0 0 1 0 85.333334H298.666667a42.666667 42.666667 0 0 1 0-85.333334h426.666666z m-124.458666-335.018666l-4.437334 2.218666L388.352 298.666667h326.656l-60.288-104.448a42.666667 42.666667 0 0 0-53.845333-17.877334z"
p-id=
"2540"
fill=
"currentColor"
></path></svg>
src/assets/menuIcon/purchase.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803036658"
class=
"icon"
viewBox=
"0 0 1024 1024"
fill=
"currentColor"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"1464"
width=
"200"
height=
"200"
><path
d=
"M597.333333 85.333333c55.722667 0 103.168 35.626667 120.746667 85.333334h59.392a118.528 118.528 0 0 1 118.314667 111.317333l0.213333 7.210667v530.944a118.528 118.528 0 0 1-111.317333 118.314666l-7.210667 0.213334H246.528a118.528 118.528 0 0 1-118.314667-111.317334L128 820.138667V289.194667a118.528 118.528 0 0 1 111.317333-118.314667L246.528 170.666667H305.92A128.042667 128.042667 0 0 1 426.666667 85.333333h170.666666zM305.962667 256H246.528a33.194667 33.194667 0 0 0-32.853333 28.672L213.333333 289.194667v530.944c0 16.810667 12.501333 30.72 28.672 32.853333l4.522667 0.341333h530.944c16.810667 0 30.72-12.501333 32.853333-28.672l0.341334-4.522666V289.194667a33.194667 33.194667 0 0 0-28.672-32.853334L777.472 256H718.08A128.042667 128.042667 0 0 1 597.333333 341.333333h-170.666666a128.042667 128.042667 0 0 1-120.704-85.333333z m406.869333 183.168a42.666667 42.666667 0 0 1 3.541333 56.32l-3.541333 4.010667-213.333333 213.333333a42.453333 42.453333 0 0 1-22.613334 11.818667l-5.034666 0.597333h-5.034667a42.496 42.496 0 0 1-23.637333-8.874667l-4.010667-3.541333-106.666667-106.666667a42.666667 42.666667 0 0 1 56.32-63.872l4.010667 3.541334L469.333333 622.293333l183.168-183.125333a42.666667 42.666667 0 0 1 60.330667 0zM597.333333 170.666667h-170.666666a42.666667 42.666667 0 0 0-4.992 85.034666L426.666667 256h170.666666a42.666667 42.666667 0 0 0 4.992-85.034667L597.333333 170.666667z"
p-id=
"1465"
></path></svg>
src/assets/menuIcon/settlement.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803235784"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"2405"
width=
"200"
height=
"200"
><path
d=
"M810.666667 128a85.333333 85.333333 0 0 1 85.333333 85.333333v597.333334a85.333333 85.333333 0 0 1-85.333333 85.333333H213.333333a85.333333 85.333333 0 0 1-85.333333-85.333333V213.333333a85.333333 85.333333 0 0 1 85.333333-85.333333h597.333334z m0 85.333333H213.333333v597.333334h597.333334V213.333333z m-353.152 354.261334l0.298666 0.341333a42.453333 42.453333 0 0 1 0 60.032L329.301333 756.48a42.453333 42.453333 0 0 1-60.032 0l-0.341333-0.298667a42.453333 42.453333 0 0 1 0-60.032l128.554667-128.554666a42.453333 42.453333 0 0 1 60.032 0z m169.685333 0l34.090667 34.090666 34.133333-34.090666a42.453333 42.453333 0 0 1 59.989333 0l0.341334 0.341333a42.453333 42.453333 0 0 1 0 60.032l-34.133334 34.090667 34.133334 34.090666a42.453333 42.453333 0 0 1 0 60.032l-0.341334 0.298667a42.453333 42.453333 0 0 1-59.989333 0l-34.133333-34.090667-34.090667 34.133334a42.453333 42.453333 0 0 1-59.989333 0l-0.341334-0.341334a42.453333 42.453333 0 0 1 0-60.032l34.090667-34.090666-34.090667-34.133334a42.453333 42.453333 0 0 1 0-59.989333l0.341334-0.341333a42.453333 42.453333 0 0 1 59.989333 0zM384 256a42.666667 42.666667 0 0 1 42.666667 42.666667v42.666666h42.88c23.466667 0 42.453333 18.986667 42.453333 42.453334v0.426666c0 23.466667-18.986667 42.453333-42.453333 42.453334H426.666667v42.666666a42.666667 42.666667 0 0 1-85.333334 0v-42.666666H298.453333A42.453333 42.453333 0 0 1 256 384.213333v-0.426666c0-23.466667 18.986667-42.453333 42.453333-42.453334H341.333333V298.666667a42.666667 42.666667 0 0 1 42.666667-42.666667z m341.546667 85.333333c23.466667 0 42.453333 18.986667 42.453333 42.453334v0.426666c0 23.466667-18.986667 42.453333-42.453333 42.453334h-128.469334a42.453333 42.453333 0 0 1-42.453333-42.453334v-0.426666c0-23.466667 18.986667-42.453333 42.453333-42.453334h128.469334z"
p-id=
"2406"
fill=
"currentColor"
></path></svg>
src/assets/menuIcon/shop.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803213938"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"2271"
width=
"200"
height=
"200"
><path
d=
"M788.906667 85.717333a65.28 65.28 0 0 1 60.245333 39.850667l17.92 40.832 38.058667 85.12 16.256 37.546667 6.997333 17.152 3.541333 9.6 1.706667 5.12c2.432 7.808 2.986667 12.16 2.986667 16.341333 0 63.146667-31.573333 121.6-83.285334 156.416v324.096c0 63.872-48.298667 116.821333-110.122666 120.661333L736 938.666667H288c-62.848 0-113.493333-50.602667-117.12-113.578667L170.666667 817.792l-0.042667-322.645333A188.330667 188.330667 0 0 1 85.973333 347.306667l-0.213333-10.752 0.341333-4.096 0.938667-4.864 1.792-6.229334 2.816-8.106666L97.408 298.666667l14.165333-32.682667 57.216-126.208 6.4-14.592a65.28 65.28 0 0 1 60.074667-39.466667H788.906667z m-159.786667 396.458667a187.733333 187.733333 0 0 1-117.418667 42.325333 189.269333 189.269333 0 0 1-118.442666-42.197333 188.16 188.16 0 0 1-118.784 42.496c-6.314667 0-12.501333-0.256-18.517334-0.768L256 817.792c0 18.517333 12.586667 33.152 28.074667 35.285333L288 853.333333h448c15.872 0 29.696-13.226667 31.744-31.018666l0.256-4.522667 0.042667-294.314667a226.133333 226.133333 0 0 1-19.626667 0.896 188.245333 188.245333 0 0 1-119.296-42.197333z m146.645333-311.168H248.277333L190.122667 299.306667l-13.098667 30.165333-4.693333 11.648-1.024 2.688 0.042666 1.578667A103.04 103.04 0 0 0 219.306667 424.96l6.570666 3.84c12.928 6.869333 28.928 10.624 48.426667 10.624a102.826667 102.826667 0 0 0 58.666667-18.474667l6.272-4.736 53.76-43.946666 53.973333 43.690666c18.389333 14.933333 41.344 23.04 64.170667 23.168a102.4 102.4 0 0 0 57.045333-17.877333l6.997333-5.205333 53.845334-43.946667 53.930666 43.861333a102.826667 102.826667 0 0 0 65.066667 23.04c20.053333-0.085333 36.352-4.010667 49.493333-11.221333a103.210667 103.210667 0 0 0 53.461334-83.328v-1.493333l-3.84-10.154667-11.648-27.648-28.288-63.744-31.445334-70.442667z"
p-id=
"2272"
fill=
"currentColor"
></path></svg>
src/assets/menuIcon/system.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803189184"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"2134"
width=
"200"
height=
"200"
><path
d=
"M192 490.709333h640v42.666667h-640z"
p-id=
"2135"
></path><path
d=
"M192 874.709333m21.333333 0l597.333334 0q21.333333 0 21.333333 21.333334l0 0q0 21.333333-21.333333 21.333333l-597.333334 0q-21.333333 0-21.333333-21.333333l0 0q0-21.333333 21.333333-21.333334Z"
p-id=
"2136"
></path><path
d=
"M490.666667 746.709333h42.666666v85.333334h-42.666666z"
p-id=
"2137"
></path><path
d=
"M469.333333 725.333333H171.349333a85.333333 85.333333 0 0 1-85.333333-85.333333V216.32a85.333333 85.333333 0 0 1 85.333333-85.333333H853.333333a85.333333 85.333333 0 0 1 85.333334 85.333333V640a85.333333 85.333333 0 0 1-85.333334 85.333333h-298.666666v128h256a42.666667 42.666667 0 0 1 0 85.333334H213.333333a42.666667 42.666667 0 0 1 0-85.333334h256v-128z m384-170.666666H171.306667l0.042666 85.333333H853.333333v-85.333333z m0-338.346667H171.349333V469.333333H853.333333V216.32z"
p-id=
"2138"
fill=
"currentColor"
></path></svg>
src/assets/menuIcon/transcation.svg
0 → 100644
View file @
9767289a
<svg
t=
"1608803160436"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"2000"
width=
"200"
height=
"200"
><path
d=
"M640 469.333333a42.666667 42.666667 0 0 0-42.666667 42.666667c0 47.061333-38.272 85.333333-85.333333 85.333333s-85.333333-38.272-85.333333-85.333333a42.666667 42.666667 0 1 0-85.333334 0c0 94.122667 76.544 170.666667 170.666667 170.666667s170.666667-76.544 170.666667-170.666667a42.666667 42.666667 0 0 0-42.666667-42.666667m128 341.333334H256c-23.552 0-42.666667-19.157333-42.666667-42.666667V384h597.333334v384c0 23.509333-19.114667 42.666667-42.666667 42.666667zM346.496 225.834667A43.093333 43.093333 0 0 1 376.661333 213.333333h270.677334c11.221333 0 22.186667 4.565333 30.165333 12.501334L750.336 298.666667H273.664l72.832-72.832z m512 60.330666l-120.661333-120.661333A127.061333 127.061333 0 0 0 647.338667 128H376.661333c-34.176 0-66.346667 13.312-90.496 37.504L165.504 286.165333A127.061333 127.061333 0 0 0 128 376.704V768c0 70.570667 57.429333 128 128 128h512c70.570667 0 128-57.429333 128-128V376.704c0-34.218667-13.312-66.389333-37.504-90.538667z"
fill=
"currentColor"
p-id=
"2001"
></path></svg>
src/layouts/components/CustomIcon.tsx
0 → 100644
View file @
9767289a
import
React
,
{
FC
}
from
'react'
import
{
ReactComponent
as
afterSale
}
from
'../../assets/menuIcon/afterSale.svg'
import
{
ReactComponent
as
channel
}
from
'../../assets/menuIcon/channel.svg'
import
{
ReactComponent
as
contract
}
from
'../../assets/menuIcon/contract.svg'
import
{
ReactComponent
as
logistics
}
from
'../../assets/menuIcon/logistics.svg'
import
{
ReactComponent
as
maching
}
from
'../../assets/menuIcon/maching.svg'
import
{
ReactComponent
as
member
}
from
'../../assets/menuIcon/member.svg'
import
{
ReactComponent
as
order
}
from
'../../assets/menuIcon/order.svg'
import
{
ReactComponent
as
payment
}
from
'../../assets/menuIcon/payment.svg'
import
{
ReactComponent
as
purchase
}
from
'../../assets/menuIcon/purchase.svg'
import
{
ReactComponent
as
settlement
}
from
'../../assets/menuIcon/settlement.svg'
import
{
ReactComponent
as
shop
}
from
'../../assets/menuIcon/shop.svg'
import
{
ReactComponent
as
system
}
from
'../../assets/menuIcon/system.svg'
import
{
ReactComponent
as
transcation
}
from
'../../assets/menuIcon/transcation.svg'
import
{
ReactComponent
as
home
}
from
'../../assets/menuIcon/home.svg'
import
{
ReactComponent
as
commodity
}
from
'../../assets/menuIcon/commodity.svg'
import
Icon
from
'@ant-design/icons'
import
{
IconComponentProps
}
from
'@ant-design/icons/lib/components/Icon'
const
iconMap
=
{
afterSale
,
channel
,
contract
,
logistics
,
maching
,
member
,
order
,
payment
,
purchase
,
settlement
,
shop
,
system
,
transcation
,
home
,
commodity
}
function
RenderComponent
({
type
,
...
props
}:
{
type
:
keyof
typeof
iconMap
}){
const
Component
=
iconMap
[
type
]
return
<
Component
{
...
props
}
/>
}
const
CustomIcon
:
FC
<
IconComponentProps
>
=
({
type
,
...
props
}:
{
type
:
keyof
typeof
iconMap
})
=>
{
return
<
Icon
component=
{
()
=>
<
RenderComponent
type=
{
type
}
{
...
props
}
/>
}
/>
}
export
default
CustomIcon
src/layouts/components/OuterSide.tsx
View file @
9767289a
...
...
@@ -6,6 +6,7 @@ import styles from '../styles/MenuSlider.less'
import
{
getRouters
}
from
'@/utils/auth'
import
{
isDev
}
from
'@/constants'
import
{
observer
,
inject
}
from
'mobx-react'
;
import
CustomIcon
from
'./CustomIcon'
const
{
Sider
}
=
Layout
export
interface
OuterSiderProps
{
...
...
@@ -57,7 +58,7 @@ const OuterSider: React.FC<OuterSiderProps> = observer((props) => {
siderMenu
.
map
(
item
=>
(
!
item
.
hideInMenu
&&
<
li
key=
{
item
.
key
}
className=
{
defaultSelectedKeys
===
item
.
key
?
styles
.
currentItem
:
''
}
>
<
Link
to=
{
item
.
path
}
>
<
AppstoreOutlined
/>
<
CustomIcon
type=
{
item
.
icon
}
style=
{
{
width
:
20
,
height
:
20
}
}
/>
<
label
>
{
item
.
title
}
</
label
>
</
Link
>
</
li
>
...
...
src/layouts/styles/MenuSlider.less
View file @
9767289a
...
...
@@ -64,8 +64,8 @@
padding-top: 24px;
li {
padding:
11px 0 2
px 0;
margin-bottom: 16px
;
padding:
8
px 0;
position: relative
;
a {
display: block;
...
...
@@ -94,6 +94,16 @@
}
.currentItem {
&::after {
position: absolute;
content: "";
right: 0;
top: 50%;
transform: translate(0, -50%);
border-right: 8px solid #fff;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
span {
color: #fff !important;
}
...
...
src/pages/home/components/UserCenter/index.tsx
View file @
9767289a
...
...
@@ -35,13 +35,14 @@ function reducer(state, action) {
const
UserCenter
:
React
.
FC
<
Iprops
>
=
(
props
)
=>
{
const
today
=
moment
();
const
userAuth
=
getAuth
();
if
(
!
userAuth
)
{
return
null
}
// const hasChangeMemberAuth = userAuth?.urls.includes(EDIT_USER_URL);
// const hasCenterAuth = userAuth?.urls.includes(USER_CENTER_URL);
const
currentRole
=
userAuth
.
roles
.
filter
((
item
)
=>
item
.
memberRoleId
===
userAuth
.
memberRoleId
)
const
[
state
,
dispatch
]
=
useReducer
(
reducer
,
{
loading
:
false
,
logo
:
userAuth
.
logo
})
if
(
!
userAuth
)
{
return
null
}
const
uploadProps
=
{
name
:
'file'
,
...
...
typings.d.ts
View file @
9767289a
...
...
@@ -7,4 +7,4 @@ declare module '*.svg' {
export
function
ReactComponent
(
props
:
React
.
SVGProps
<
SVGSVGElement
>
):
React
.
ReactElement
const
url
:
string
export
default
url
}
\ No newline at end of file
}
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