Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
web
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
web
Commits
6bdf6a35
提交
6bdf6a35
authored
11月 04, 2023
作者:
ZhangLingKun
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop'
# Conflicts: # kustomization/overlays/prod/kustomization.yaml
上级
5388feb9
c122979a
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
15 行增加
和
19 行删除
+15
-19
develop.yml
.github/workflows/develop.yml
+1
-1
master.yml
.github/workflows/master.yml
+1
-1
index.tsx
components/filter/index.tsx
+0
-1
index.tsx
components/footer/index.tsx
+3
-1
service.yaml
kustomization/base/service.yaml
+0
-1
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-5
increase_replicas.yaml
kustomization/overlays/prod/increase_replicas.yaml
+3
-3
kustomization.yaml
kustomization/overlays/prod/kustomization.yaml
+1
-1
next.config.js
next.config.js
+2
-2
[id].page.tsx
pages/equipmentLeasing/detail/[id].page.tsx
+1
-1
[id].page.tsx
pages/jobServices/detail/[id].page.tsx
+2
-2
没有找到文件。
.github/workflows/develop.yml
浏览文件 @
6bdf6a35
...
...
@@ -82,7 +82,7 @@ jobs:
{
"msgtype": "markdown",
"markdown": {
"content": "###
GitHub构建并推送镜像失败
\n
"content": "###
`GitHub构建并推送镜像失败`
\n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n
...
...
.github/workflows/master.yml
浏览文件 @
6bdf6a35
...
...
@@ -83,7 +83,7 @@ jobs:
{
"msgtype": "markdown",
"markdown": {
"content": "###
GitHub构建并推送镜像失败
\n
"content": "###
`GitHub构建并推送镜像失败`
\n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n
...
...
components/filter/index.tsx
浏览文件 @
6bdf6a35
...
...
@@ -133,7 +133,6 @@ const Filter = (props: Props, ref: Ref<any>) => {
if
(
obj
?.
children
)
{
obj
.
children
=
obj
.
children
.
filter
((
item
:
FilterOptionResp
)
=>
item
.
id
===
v
.
id
);
obj
.
name
+=
`/
${
v
.
name
}
`
;
console
.
log
(
'选中数据-->'
,
obj
);
onChange
(
obj
,
'categoryId'
);
}
};
...
...
components/footer/index.tsx
浏览文件 @
6bdf6a35
...
...
@@ -59,7 +59,9 @@ export default function Footer() {
})
}
</
div
>
</
div
>
<
div
className=
{
styles
.
filingNumber
}
>
浙ICP备2023014395号
</
div
>
<
a
className=
{
styles
.
filingNumber
}
href=
'https://beian.miit.gov.cn'
target=
'_blank'
>
浙ICP备2023014395号
</
a
>
</
div
>
);
}
kustomization/base/service.yaml
浏览文件 @
6bdf6a35
...
...
@@ -6,7 +6,6 @@ metadata:
spec
:
selector
:
app
:
web
type
:
NodePort
ports
:
-
protocol
:
TCP
port
:
3000
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
6bdf6a35
...
...
@@ -11,11 +11,7 @@ commonAnnotations:
patches
:
-
path
:
./increase_replicas.yaml
-
path
:
./configMap.yaml
-
path
:
./service-patch.yaml
target
:
kind
:
Service
name
:
web-svc
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag
:
38db11ebbf8f8d68e8d920c13d827b26a39447f9
newTag
:
1aed0c116d311264da9ec1f7a9e27f501e58a7fe
kustomization/overlays/prod/increase_replicas.yaml
浏览文件 @
6bdf6a35
...
...
@@ -3,9 +3,9 @@ kind: Deployment
metadata
:
name
:
web-deployment
spec
:
replicas
:
2
replicas
:
1
strategy
:
type
:
RollingUpdate
rollingUpdate
:
maxSurge
:
1
maxUnavailable
:
1
\ No newline at end of file
maxUnavailable
:
0
\ No newline at end of file
kustomization/overlays/prod/kustomization.yaml
浏览文件 @
6bdf6a35
apiVersion
:
kustomize.config.k8s.io/v1beta1
kind
:
Kustomization
resources
:
-
../../base
-
../../base
namespace
:
prod
#namePrefix: prod-
commonLabels
:
...
...
next.config.js
浏览文件 @
6bdf6a35
...
...
@@ -27,8 +27,8 @@ const nextConfig = {
return
[
{
source
:
'/local/:path*'
,
destination
:
'https://www.iuav.shop/:path*'
,
//
destination: 'https://test.iuav.shop/:path*',
//
destination: 'https://www.iuav.shop/:path*',
destination
:
'https://test.iuav.shop/:path*'
,
},
];
},
...
...
pages/equipmentLeasing/detail/[id].page.tsx
浏览文件 @
6bdf6a35
...
...
@@ -276,7 +276,7 @@ export default function EquipmentLeasingDetail() {
<div className='top'>
<div className='left'>
<span className='label'>选择</span>
<span className='value'>
商品分类
</span>
<span className='value'>
产品规格
</span>
</div>
<div className='right'>
<Select
...
...
pages/jobServices/detail/[id].page.tsx
浏览文件 @
6bdf6a35
...
...
@@ -29,7 +29,7 @@ export default function JobServicesDetail() {
const
items
:
TabsProps
[
'items'
]
=
[
{
key
:
'1'
,
label
:
`
团队
介绍`
,
label
:
`
服务
介绍`
,
children
:
(
<
div
className=
'teamIntroduction'
>
{
detail
?.
serviceIntroduction
?
(
...
...
@@ -40,7 +40,7 @@ export default function JobServicesDetail() {
},
{
key
:
'2'
,
label
:
`
团队
评价`
,
label
:
`
服务
评价`
,
children
:
<
Evaluate
evaluateInfo=
{
detail
?.
inspComtList
||
[]
}
/>,
},
];
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论