fix:改了一下文案

This commit is contained in:
liyuanhu 2025-04-23 10:14:37 +08:00
parent c753617ee9
commit e80e4035a0
4 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ import { api } from "@/utils/api";
const baseUrl = import.meta.env.VITE_BASE_URL; const baseUrl = import.meta.env.VITE_BASE_URL;
// 通认证 // 通认证
export const getPassAuthentication = async () => { export const getPassAuthentication = async () => {
return (await api.get(`${baseUrl}/step/pass_authentication`)).data; return (await api.get(`${baseUrl}/step/pass_authentication`)).data;
}; };

View File

@ -403,7 +403,7 @@ export const APP_DIVERSION = [
export const PASS_AUTHENTICATION = { export const PASS_AUTHENTICATION = {
type: "PASS_AUTHENTICATION", type: "PASS_AUTHENTICATION",
name: "通认证", name: "通认证",
startPoint: "GL", startPoint: "GL",
endPoint: "CA", endPoint: "CA",
authenticationPoint: [ authenticationPoint: [

View File

@ -159,10 +159,10 @@ export const CONST_TOOLTIP_TYPE = {
type: "APP_DIVERSION", type: "APP_DIVERSION",
title: "应用分流", title: "应用分流",
}, },
// 通认证 // 通认证
PASS_AUTHENTICATION: { PASS_AUTHENTICATION: {
type: "PASS_AUTHENTICATION", type: "PASS_AUTHENTICATION",
title: "通认证", title: "通认证",
}, },
}; };
@ -294,7 +294,7 @@ const DecentralizedElasticNetwork = () => {
setTooltipType(CONST_TOOLTIP_TYPE.PASS_AUTHENTICATION.type); setTooltipType(CONST_TOOLTIP_TYPE.PASS_AUTHENTICATION.type);
}} }}
> >
</div> </div>
<div <div

View File

@ -115,7 +115,7 @@ const NewHome = () => {
const [dataInfo, setDataInfo] = useState<any>({ const [dataInfo, setDataInfo] = useState<any>({
passAuthentication: { passAuthentication: {
type: "PASS_AUTHENTICATION", type: "PASS_AUTHENTICATION",
name: "通认证", name: "通认证",
startPoint: "GL", startPoint: "GL",
endPoint: "CA", endPoint: "CA",
authenticationPoint: [ authenticationPoint: [