提交 6bdf6a35 作者: ZhangLingKun

Merge branch 'develop'

# Conflicts:
#	kustomization/overlays/prod/kustomization.yaml
...@@ -82,7 +82,7 @@ jobs: ...@@ -82,7 +82,7 @@ jobs:
{ {
"msgtype": "markdown", "msgtype": "markdown",
"markdown": { "markdown": {
"content": "### GitHub构建并推送镜像失败 \n "content": "### `GitHub构建并推送镜像失败` \n
> - 提交人: ${{github.actor}} \n > - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n > - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n > - 提交到仓库: ${{github.repository}} \n
......
...@@ -83,7 +83,7 @@ jobs: ...@@ -83,7 +83,7 @@ jobs:
{ {
"msgtype": "markdown", "msgtype": "markdown",
"markdown": { "markdown": {
"content": "### GitHub构建并推送镜像失败 \n "content": "### `GitHub构建并推送镜像失败` \n
> - 提交人: ${{github.actor}} \n > - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n > - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n > - 提交到仓库: ${{github.repository}} \n
......
...@@ -133,7 +133,6 @@ const Filter = (props: Props, ref: Ref<any>) => { ...@@ -133,7 +133,6 @@ const Filter = (props: Props, ref: Ref<any>) => {
if (obj?.children) { if (obj?.children) {
obj.children = obj.children.filter((item: FilterOptionResp) => item.id === v.id); obj.children = obj.children.filter((item: FilterOptionResp) => item.id === v.id);
obj.name += `/${v.name}`; obj.name += `/${v.name}`;
console.log('选中数据-->', obj);
onChange(obj, 'categoryId'); onChange(obj, 'categoryId');
} }
}; };
......
...@@ -59,7 +59,9 @@ export default function Footer() { ...@@ -59,7 +59,9 @@ export default function Footer() {
})} })}
</div> </div>
</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> </div>
); );
} }
...@@ -6,7 +6,6 @@ metadata: ...@@ -6,7 +6,6 @@ metadata:
spec: spec:
selector: selector:
app: web app: web
type: NodePort
ports: ports:
- protocol: TCP - protocol: TCP
port: 3000 port: 3000
...@@ -11,11 +11,7 @@ commonAnnotations: ...@@ -11,11 +11,7 @@ commonAnnotations:
patches: patches:
- path: ./increase_replicas.yaml - path: ./increase_replicas.yaml
- path: ./configMap.yaml - path: ./configMap.yaml
- path: ./service-patch.yaml
target:
kind: Service
name: web-svc
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag: 38db11ebbf8f8d68e8d920c13d827b26a39447f9 newTag: 1aed0c116d311264da9ec1f7a9e27f501e58a7fe
...@@ -3,9 +3,9 @@ kind: Deployment ...@@ -3,9 +3,9 @@ kind: Deployment
metadata: metadata:
name: web-deployment name: web-deployment
spec: spec:
replicas: 2 replicas: 1
strategy: strategy:
type: RollingUpdate type: RollingUpdate
rollingUpdate: rollingUpdate:
maxSurge: 1 maxSurge: 1
maxUnavailable: 1 maxUnavailable: 0
\ No newline at end of file \ No newline at end of file
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../base - ../../base
namespace: prod namespace: prod
#namePrefix: prod- #namePrefix: prod-
commonLabels: commonLabels:
......
...@@ -27,8 +27,8 @@ const nextConfig = { ...@@ -27,8 +27,8 @@ const nextConfig = {
return [ return [
{ {
source: '/local/:path*', source: '/local/:path*',
destination: 'https://www.iuav.shop/:path*', // destination: 'https://www.iuav.shop/:path*',
// destination: 'https://test.iuav.shop/:path*', destination: 'https://test.iuav.shop/:path*',
}, },
]; ];
}, },
......
...@@ -276,7 +276,7 @@ export default function EquipmentLeasingDetail() { ...@@ -276,7 +276,7 @@ export default function EquipmentLeasingDetail() {
<div className='top'> <div className='top'>
<div className='left'> <div className='left'>
<span className='label'>选择</span> <span className='label'>选择</span>
<span className='value'>商品分类</span> <span className='value'>产品规格</span>
</div> </div>
<div className='right'> <div className='right'>
<Select <Select
......
...@@ -29,7 +29,7 @@ export default function JobServicesDetail() { ...@@ -29,7 +29,7 @@ export default function JobServicesDetail() {
const items: TabsProps['items'] = [ const items: TabsProps['items'] = [
{ {
key: '1', key: '1',
label: `团队介绍`, label: `服务介绍`,
children: ( children: (
<div className='teamIntroduction'> <div className='teamIntroduction'>
{detail?.serviceIntroduction ? ( {detail?.serviceIntroduction ? (
...@@ -40,7 +40,7 @@ export default function JobServicesDetail() { ...@@ -40,7 +40,7 @@ export default function JobServicesDetail() {
}, },
{ {
key: '2', key: '2',
label: `团队评价`, label: `服务评价`,
children: <Evaluate evaluateInfo={detail?.inspComtList || []} />, children: <Evaluate evaluateInfo={detail?.inspComtList || []} />,
}, },
]; ];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论