Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
admin
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
admin
Commits
9dd85eb1
提交
9dd85eb1
authored
11月 16, 2023
作者:
ZhangLingKun
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop'
上级
bba5df44
ff80b337
流水线
#7020
已通过 于阶段
in 41 秒
变更
2
流水线
1
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
45 行增加
和
45 行删除
+45
-45
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-1
router.tsx
src/router/router.tsx
+44
-44
没有找到文件。
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
9dd85eb1
...
...
@@ -14,4 +14,4 @@ patches:
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag
:
f
3f8e0056ed07cc8e8c1e9e1f4357a9a8f75a922
newTag
:
f
7fe59896103499fc5344043ba5e6dbf1050f891
src/router/router.tsx
浏览文件 @
9dd85eb1
...
...
@@ -408,6 +408,29 @@ export const routerList: Array<RouteObjectType> = [
title
:
'产品商城'
,
},
children
:
[
// 产品商城分类(新)
{
path
:
'/mallManage/mallCategoryList'
,
element
:
withLoadingComponent
(<
MallCategoryListView
/>),
errorElement
:
<
ErrorPage
/>,
meta
:
{
id
:
420
,
title
:
'商城分类'
,
icon
:
<
AppstoreOutlined
/>,
},
},
{
path
:
'/mallManage/mallCategoryList/detail'
,
element
:
withLoadingComponent
(<
ServiceCategoryDetail
/>),
errorElement
:
<
ErrorPage
/>,
meta
:
{
id
:
425
,
title
:
'分类详情'
,
icon
:
''
,
hidden
:
true
,
pid
:
420
,
},
},
{
path
:
'/mallManage/mallGoods'
,
element
:
withLoadingComponent
(<
MallGoodsView
/>),
...
...
@@ -454,29 +477,6 @@ export const routerList: Array<RouteObjectType> = [
pid
:
410
,
},
},
// 产品商城分类(新)
{
path
:
'/mallManage/mallCategoryList'
,
element
:
withLoadingComponent
(<
MallCategoryListView
/>),
errorElement
:
<
ErrorPage
/>,
meta
:
{
id
:
420
,
title
:
'商城分类'
,
icon
:
<
AppstoreOutlined
/>,
},
},
{
path
:
'/mallManage/mallCategoryList/detail'
,
element
:
withLoadingComponent
(<
ServiceCategoryDetail
/>),
errorElement
:
<
ErrorPage
/>,
meta
:
{
id
:
425
,
title
:
'分类详情'
,
icon
:
''
,
hidden
:
true
,
pid
:
420
,
},
},
{
path
:
'/mallManage/productOrder'
,
element
:
withLoadingComponent
(<
ProductOrderView
/>),
...
...
@@ -534,6 +534,16 @@ export const routerList: Array<RouteObjectType> = [
},
children
:
[
{
path
:
'/rentManage/rentType'
,
element
:
withLoadingComponent
(<
RentTypeView
/>),
errorElement
:
<
ErrorPage
/>,
meta
:
{
id
:
520
,
icon
:
<
ShopOutlined
/>,
title
:
'租赁分类'
,
},
},
{
path
:
'/rentManage/rentGoods'
,
element
:
withLoadingComponent
(<
RentListView
/>),
errorElement
:
<
ErrorPage
/>,
...
...
@@ -580,16 +590,6 @@ export const routerList: Array<RouteObjectType> = [
},
},
{
path
:
'/rentManage/rentType'
,
element
:
withLoadingComponent
(<
RentTypeView
/>),
errorElement
:
<
ErrorPage
/>,
meta
:
{
id
:
520
,
icon
:
<
ShopOutlined
/>,
title
:
'租赁分类'
,
},
},
{
path
:
'/rentManage/rentMake'
,
element
:
withLoadingComponent
(<
RentMakeView
/>),
errorElement
:
<
ErrorPage
/>,
...
...
@@ -645,6 +645,17 @@ export const routerList: Array<RouteObjectType> = [
title
:
'行业服务'
,
},
children
:
[
// 作业服务分类(新)
{
path
:
'/serviceManage/serviceCategoryList'
,
element
:
withLoadingComponent
(<
ServiceCategoryListView
/>),
errorElement
:
<
ErrorPage
/>,
meta
:
{
id
:
620
,
title
:
'作业分类'
,
icon
:
<
ShopOutlined
/>,
},
},
{
path
:
'/serviceManage/serviceList'
,
element
:
withLoadingComponent
(<
ServiceListView
/>),
...
...
@@ -667,17 +678,6 @@ export const routerList: Array<RouteObjectType> = [
pid
:
610
,
},
},
// 作业服务分类(新)
{
path
:
'/serviceManage/serviceCategoryList'
,
element
:
withLoadingComponent
(<
ServiceCategoryListView
/>),
errorElement
:
<
ErrorPage
/>,
meta
:
{
id
:
620
,
title
:
'作业分类'
,
icon
:
<
ShopOutlined
/>,
},
},
{
path
:
'/serviceManage/demandOrderList'
,
element
:
withLoadingComponent
(<
DemandOrderListView
/>),
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论