Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
YongZL committed Sep 28, 2023
2 parents 7f1b81b + 04a1f5d commit 15a8aa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/routes/blockchain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export function Blockchain() {
className=""
name={name}
data={`${
current || "https://aicp-beta.gtech.world"
current || "https://aicp.gtech-cn.co"
}/car?vin=${"b5387977-9615-4528-aa14-7fbcd7b51ba5-1695716134"}`}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/routes/car.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export function Car() {
];

const productTagInfo = [
{ text: "评价类型", value: evaluationType !== "aicp" ? "Certified" : "Verified" },
{ text: "评价类型", value: evaluationType !== "aicp" ? "第三方认证" : "AICP平台审核" },
{ text: "功能单位", value: functionalUnit },
{ text: "评价边界", value: evaluationBoundary },
{ text: "评价依据", value: evaluationBasis },
Expand Down
1 change: 1 addition & 0 deletions components/routes/carbon/tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export function Tag() {
{(tagList?.records || []).map((v: any, i) => {
return <Card key={`tagData${i}`} data={v} />;
})}
{`${current || "https://aicp.gtech-cn.co"}/car?vin=`}
</div>
</CarbonLayout>
);
Expand Down

0 comments on commit 15a8aa7

Please sign in to comment.