Browse Source

修改

master
liaoxinyu 12 months ago
parent
commit
da2338aeb3
  1. 2
      app.js
  2. 2
      i18n/lang/de.json
  3. 2
      i18n/lang/en.json
  4. 2
      i18n/lang/fra.json
  5. 2
      i18n/lang/it.json
  6. 2
      i18n/lang/jp.json
  7. 2
      i18n/lang/kor.json
  8. 2
      i18n/lang/pt.json
  9. 2
      i18n/lang/spa.json
  10. 2
      i18n/lang/tr.json
  11. 2
      i18n/lang/zh-TW.json
  12. 4
      manifest.json
  13. 2
      pages.json
  14. 8
      pages/base/home.vue

2
app.js

@ -12,7 +12,7 @@ if (process.env.NODE_ENV == 'production'||true) { //生产环境
// pc端地址
pcUrl:'https://www.globalsecu.com/',
// app名称
appName: 'GLOBAL',
appName: 'GEPMAX',
// 版本
version: '1.0.0',
// 移动端地址

2
i18n/lang/de.json

@ -782,7 +782,7 @@
"a9": "mehrere",
"b0": "Bist du sicher, dass du dich einloggen willst?",
"b1": "Anmelden oder registrieren",
"b2": "Hallo, willkommen bei GLOBAL",
"b2": "Hallo, willkommen bei GEPMAX",
"b3": "Betrag",
"b4": "Index der Spots",
"b5": "Index der Verträge",

2
i18n/lang/en.json

@ -834,7 +834,7 @@
"a9": "Multiple",
"b0": "Are you sure you want to log out?",
"b1": "Sign in or register",
"b2": "Hi,welcome to GLOBAL",
"b2": "Hi,welcome to GEPMAX",
"b3": "amount",
"b4": "Spot index ",
"b5": "Contract index",

2
i18n/lang/fra.json

@ -782,7 +782,7 @@
"a9": "Multiple",
"b0": "Tu es sûr de vouloir quitter la connexion?",
"b1": "Connexion ou inscription",
"b2": "Hi, bienvenue à GLOBAL",
"b2": "Hi, bienvenue à GEPMAX",
"b3": "Quantité",
"b4": "Indice au comptant",
"b5": "Indices contractuels",

2
i18n/lang/it.json

@ -780,7 +780,7 @@
"a9": "multiplo",
"b0": "Sei sicuro di voler uscire di casa?",
"b1": "Firma o registro",
"b2": "Ciao, benvenuto a GLOBAL",
"b2": "Ciao, benvenuto a GEPMAX",
"b3": "importo",
"b4": "indice dei punti",
"b5": "Indice dei contratti",

2
i18n/lang/jp.json

@ -780,7 +780,7 @@
"a9": "倍数",
"b0": "本当にログアウトしますか?",
"b1": "ログインまたは登録",
"b2": "Hi、GLOBALをご利用ください。",
"b2": "Hi、GEPMAXをご利用ください。",
"b3": "量を測る",
"b4": "現物指数",
"b5": "契約指数",

2
i18n/lang/kor.json

@ -780,7 +780,7 @@
"a9": "배수",
"b0": "로그 인 을 종료 하 시 겠 습 니까?",
"b1": "등록",
"b2": "안녕하세요,GLOBAL 사용 을 환영 합 니 다.",
"b2": "안녕하세요,GEPMAX 사용 을 환영 합 니 다.",
"b3": "재다.",
"b4": "현물 지수",
"b5": "계약 지수",

2
i18n/lang/pt.json

@ -780,7 +780,7 @@
"a9": "Múltiplos",
"b0": "Tem certeza que quer fazer logon?",
"b1": "Assinar ou registar",
"b2": "Olá, bem-vindo Ao GLOBAL.",
"b2": "Olá, bem-vindo Ao GEPMAX.",
"b3": "Montante",
"b4": "índice de Pontos",
"b5": "Índice de contratos",

2
i18n/lang/spa.json

@ -780,7 +780,7 @@
"a9": "Múltiplo",
"b0": "¿Estás seguro de que quieres desconectarte?",
"b1": "Iniciar sesión o registrarse",
"b2": "Hola, bienvenido a GLOBAL.",
"b2": "Hola, bienvenido a GEPMAX.",
"b3": "Cantidad",
"b4": "Índice al contado",
"b5": "Índice de contratos",

2
i18n/lang/tr.json

@ -778,7 +778,7 @@
"a9": "çoklu",
"b0": "Oturumu kapatmak istediğinizden emin misiniz?",
"b1": "Giriş yap veya kayıt ol",
"b2": "Merhaba, GLOBAL'e hoş geldiniz",
"b2": "Merhaba, GEPMAX'e hoş geldiniz",
"b3": "miktar",
"b4": "nokta indeksi",
"b5": "Sözleşme endeksi",

2
i18n/lang/zh-TW.json

@ -831,7 +831,7 @@
"a9": "倍數",
"b0": "確定要登出嗎?",
"b1": "登入或注册",
"b2": "Hi,歡迎使用GLOBAL",
"b2": "Hi,歡迎使用GEPMAX",
"b3": "量",
"b4": "現貨指數",
"b5": "合約指數",

4
manifest.json

@ -1,5 +1,5 @@
{
"name" : "GLOBAL",
"name" : "GEPMAX",
"appid" : "__UNI__A0D1971",
"description" : "",
"versionName" : "1.0.0",
@ -113,7 +113,7 @@
"base" : "./"
},
"domain" : "https://app.globalsecu.com",
"title" : "GLOBAL",
"title" : "GEPMAX",
"template" : "main.html"
}
}

2
pages.json

@ -229,7 +229,7 @@
"titleNView": false
},
"navigationBarTextStyle": "black",
"navigationBarTitleText": "GLOBAL",
"navigationBarTitleText": "GEPMAX",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#FFFFFF"
},

8
pages/base/home.vue

@ -126,7 +126,7 @@
<!-- <image src="@/assets/img/home/home1.gif" mode="widthFix" style="width: 100%;"></image> -->
<view style="">
<view class="title" style="margin-bottom: 20rpx;">{{$t("homeNewText.dd1")}}<span style="color: #F0944B;">.</span></view>
<view class="title3">{{$t("homeNewText.dd2",{name:"GLOBAL"})}}</view>
<view class="title3">{{$t("homeNewText.dd2",{name:"GEPMAX"})}}</view>
<view v-if="!isLogin" class="jump_btn_one" @click="goReg" style="margin-top: 20px;">
{{ $t("homeNewText.dd3") }}
</view>
@ -271,7 +271,7 @@
</view>
<view class="explore">
<view style="text-align: center;"><image src="@/assets/img/home/home4.png" mode=""></image></view>
<view class="explore_text1">{{$t("homeNewText.dd10",{name:"GLOBAL"})}}</view>
<view class="explore_text1">{{$t("homeNewText.dd10",{name:"GEPMAX"})}}</view>
<view class="explore_text2">{{$t("homeNewText.dd11")}}</view>
</view>
</view>
@ -512,7 +512,7 @@
:src="theme == 'light' ? 'static/img/moon.png' : 'static/img/sun.png'" /> -->
<view style="color: white;margin-left: 20px;">
GLOBAL
GEPMAX
</view>
<view>
<span class="color-light">
@ -587,7 +587,7 @@
</view> -->
</view>
</view>
<van-icon name="arrow" class="fn-18" />
<!-- <van-icon name="arrow" class="fn-18" /> -->
</v-link>
<!-- <view class="personalCenter-center border-b border-gray-5">

Loading…
Cancel
Save