1
jhzh
2025-09-11 a076b0c24bc07220d14b9a90f046f2bd5b2a19d5
1
4 files modified
34 ■■■■ changed files
src/config/index.js 12 ●●●● patch | view | raw | blame | history
src/i18n/Deutsch.js 18 ●●●● patch | view | raw | blame | history
src/router/index.js 2 ●●● patch | view | raw | blame | history
src/views/cryptos/Recharge/rechargePage.vue 2 ●●● patch | view | raw | blame | history
src/config/index.js
@@ -35,20 +35,20 @@
// const ENV_DEV = 'zhapi.coinbtcs.com' // dev
// const ENV_DEV = 'openapi.yanshiz.com' // dev
const ENV_DEV = 'api.cme-coin.com' // dev
// const ENV_DEV = '192.168.10.6:8086' // dev
// const ENV_DEV = 'api.cme-coin.com' // dev
const ENV_DEV = '192.168.10.12:8222' // dev
// const ENV_PRO = 'qheufhj.site' //  app域名
// const ENV_PRO = window.location.hostname // 接口域名跟随 H5zhapi.coinbtcs.com
const ENV_PRO = 'api.cme-coin.com' // 接口域名跟随 H5zhapi.coinbtcs.com
// const ENV_PRO = '192.168.10.6:8086' // 接口域名跟随 H5zhapi.coinbtcs.com
// const ENV_PRO = 'api.cme-coin.com' // 接口域名跟随 H5zhapi.coinbtcs.com
const ENV_PRO = '192.168.10.12:8222' // 接口域名跟随 H5zhapi.coinbtcs.com
let base_url = ''
let ws_url = ''
let host_url = ''
if (import.meta.env.MODE === 'development') {
    host_url = 'https://' + ENV_DEV
    base_url = 'https://' + ENV_DEV
    host_url = 'http://' + ENV_DEV
    base_url = 'http://' + ENV_DEV
    ws_url = 'wss://' + ENV_DEV + '/api/websocket'
} else {
    host_url = 'https://' + ENV_PRO
src/i18n/Deutsch.js
@@ -1,7 +1,7 @@
export default {
    "交易金额":"Transaktionsbetrag",
    "请选择正确的网络。若发送至错误的网络,您的资产可能会丢失。":"Bitte wählen Sie das richtige Netzwerk. Wenn Sie an das falsche Netzwerk senden, können Ihre Vermögenswerte verloren gehen.",
    "信用分":"Kreditwürdigkeit",
    "信用分":"Score",
    entrustOrder: "Betrauungsauftrag",
    installApp: "Diese Anwendung installieren",
    press: "drücken",
@@ -65,7 +65,7 @@
    setFundPassword: "Set Fund Password",
    funpasswordTips: "Fund password (6 stellig)",
    submit: "Submit",
    authVerify: "Identitätsauthentifizierung",
    authVerify: "ID-Verifikation",
    nationality: "Staatsangehörigkeit",
    realName: "Real Name",
    entryRealName: "Bitte geben Sie Ihren echten Namen ein",
@@ -111,7 +111,7 @@
    safe: "Sicherheit",
    changePassword: "Passwort ändern",
    universal: "universal",
    onLineService: "Online Customer Service",
    onLineService: "Online-Service",
    historyMessage: "Historical Message",
    entryYouMessage: "Bitte geben Sie Ihre Nachricht ein...",
    fileMaxLimit: "Die Dateigröße darf 10m nicht überschreiten",
@@ -1693,7 +1693,7 @@
    "返佣金额": "Rabattbetrag",
    "挖矿收益": "Einkommen aus dem Bergbau",
    "账户中心": "Kontozentrum",
    "在线客服": "Online Service",
    "在线客服": "Online-Service",
    "常见问题": "Häufig gestellte Fragen",
    "服务条款": "Nutzungsbedingungen",
    "失败": "Mißerfolg",
@@ -1705,7 +1705,7 @@
    "审核未通过,请进行身份KYC认证": "Audit nicht bestanden, Bitte führen Sie die KYC-Identitätsauthentifizierung durch",
    "审核中,前往身份KYC认证?": "Sind Sie sicher, dass Sie während des Audits zur KYC-Identitätsauthentifizierung gehen? ",
    "矿池大厅": "Halle des Minenbeckens",
    "身份认证": "Identifizierung",
    "身份认证": "ID-Verifikation",
    "资产中心": "Asset Center",
    "合约订单": "VERTRAGSBESCHREIBUNGEN",
    "身份证": "ID",
@@ -2419,8 +2419,8 @@
    "请输入资金密码": "Bitte geben Sie das Fondspasswort ein",
    "资金密码不可用?": "Ist das Fondspasswort nicht verfügbar? ",
    "货币锁仓": "Währungs-Positionen sperren",
    "已认证": "authentifiziert",
    "未认证": "nicht authentifiziert",
    "已认证": " v.",
    "未认证": "n.v.",
    "开": "öffnen",
    "多": "mehr",
    "平": "gleich",
@@ -2810,8 +2810,8 @@
    "欢迎加入": "Willkommen an bord",
    "账单": "rechnungen",
    "交易账户": "Das ist ein handelskonto",
    "普通用户": "Gewöhnlicher benutzer",
    "高级用户": "Erste anwender",
    "普通用户": "Std.-User",
    "高级用户": "Premium-User",
    "分布": "Die verteilung",
    "最多可转": "Höchstens ein",
    "合约历史": "Geschichte des vertrags",
src/router/index.js
@@ -1502,7 +1502,7 @@
router.beforeEach((to, from, next) => {
    const userStore = useUserStore()
    console.log(to.name);
    if (to.name === 'Login') {
    if (to.name === 'Login' || to.name == 'Register') {
        if (userStore.userInfo && userStore.userInfo.token) {
            // 通过vuex state获取当前的token是否存在
            next()
src/views/cryptos/Recharge/rechargePage.vue
@@ -1,7 +1,7 @@
<template>
    <div id="cryptos">
        <div class="rechargePage box-border px-30 font-28">
            <assets-head :title="$t('快速充币')">
            <assets-head goHome="ture" :title="$t('快速充币')">
                <van-icon name="orders-o" @click="openRecord" class="list-icon"></van-icon>
            </assets-head>
            <div class="mt-30 w-full text-center font-36 textColor">{{ coin.toUpperCase() + ' ' + $t('充值') }}</div>