From cd8f893536de2effea165aa7119bdc8d976eee28 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 18 Jul 2024 17:05:18 +0800
Subject: [PATCH] 美股股票域名更改

---
 src/page/user/Warehouse.vue        |   19 ++++++++++++++-----
 src/page/list/tradingList/tabs.vue |    8 ++++----
 src/page/newUser/index.vue         |   16 ++++++++--------
 src/axios/api.url.js               |    2 +-
 src/components/Language/index.vue  |   10 +++++-----
 5 files changed, 32 insertions(+), 23 deletions(-)

diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 2ac115b..ef1db45 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -7,7 +7,7 @@
   // baseURL: '/',
   // baseURL: 'http://www.jumptalk.net:8091',
   // 0311
-  baseURL: "https://api.aarushstock.com/",
+  baseURL: "https://api.coinbtcs.com/",
   // 本地
   // baseURL: "http://192.168.10.5:8091/",
   util: {
diff --git a/src/components/Language/index.vue b/src/components/Language/index.vue
index 1141a79..3065f26 100644
--- a/src/components/Language/index.vue
+++ b/src/components/Language/index.vue
@@ -39,11 +39,11 @@
           text: "English",
           lang: "en",
         },
-        // {
-        //   text: "简体中文",
-        //   lang: "zh-CN",
-        // },
-        { text: "हिंदी", lang: "hi" },
+        {
+          text: "简体中文",
+          lang: "zh-CN",
+        },
+        // { text: "हिंदी", lang: "hi" },
         // {
         //   text: "Deutsch",
         //   lang: "de",
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index b4a6c7b..a46995f 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -44,18 +44,18 @@
 export default {
   components: { dataList },
   mounted() {
-    this.active = this.$route.query.type || "IN";
+    this.active = this.$route.query.type || "US";
   },
   data() {
     return {
       tabsList: [
         { title: this.$t("hj61"), key: "" },
-        { title: this.$t("印股"), key: "IN", name: "IN" },
+        { title: this.$t("美股"), key: "US", name: "US" },
         { title: this.$t("hj621"), key: "DZ", name: "DZ" },
       ],
-      zxtabsList: [{ title: this.$t("印股"), key: "IN", name: "IN" }],
+      zxtabsList: [{ title: this.$t("美股"), key: "US", name: "US" }],
       active: "",
-      zxactive: "IN",
+      zxactive: "US",
       sousuo: "",
     };
   },
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index a8a81b8..0c0adea 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -187,16 +187,16 @@
       xy: true,
       listAsstes: [
         {
-          title: this.$t("印股資產"),
-          title3: this.$t("印股總資產"),
-          title1: this.$t("印股可用"),
-          title2: this.$t("印股冻结"),
-          accectType: "IN",
-          symbolCode: "INR",
-          symbol: "₹",
+          title: this.$t("美股資產"),
+          title3: this.$t("美股總資產"),
+          title1: this.$t("美股可用"),
+          title2: this.$t("美股冻结"),
+          accectType: "US",
+          symbolCode: "USD",
+          symbol: "$",
         },
       ],
-      active: this.$t("印股資產"),
+      active: this.$t("美股資產"),
       name: "",
       selectUserFlag: true,
       settingDialog: false,
diff --git a/src/page/user/Warehouse.vue b/src/page/user/Warehouse.vue
index d53f51a..7bb1306 100644
--- a/src/page/user/Warehouse.vue
+++ b/src/page/user/Warehouse.vue
@@ -60,15 +60,24 @@
         //   symbol: "$",
         // },
         {
-          title: this.$t("ydgs"),
-          assname: this.$t("印股总资产"),
+          title: this.$t("mggs"),
+          assname: this.$t("美股总资产"),
           name: "2",
           bgc: "rgb(12, 175, 226)",
-          laber: "IN",
-          symbolCode: "INR",
-          symbol: "₹",
+          laber: "US",
+          symbolCode: "USD",
+          symbol: "$",
         },
         // {
+        //   title: this.$t("ydgs"),
+        //   assname: this.$t("印股总资产"),
+        //   name: "2",
+        //   bgc: "rgb(12, 175, 226)",
+        //   laber: "IN",
+        //   symbolCode: "INR",
+        //   symbol: "₹",
+        // },
+        // {
         //   title: this.$t("马来西亚"),
         //   assname: this.$t("馬股总资产"),
         //   name: "4",

--
Gitblit v1.9.3