From 42faef34194c466f03e29d75a63ae502e4213044 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 10:38:46 +0800
Subject: [PATCH] 上一版是10.10的, 这版才是原始源码
---
src/components/trade/ex-nav/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/trade/ex-nav/index.vue b/src/components/trade/ex-nav/index.vue
index d86d662..8d8c401 100644
--- a/src/components/trade/ex-nav/index.vue
+++ b/src/components/trade/ex-nav/index.vue
@@ -45,11 +45,11 @@
],
pathList: {
'indices': {
- [this.$t('买入')]: '/quotes/openTrade?tabActive=0&symbol=VOO&from=trade&type=indices',
- [this.$t('卖出')]: '/quotes/openTrade?tabActive=1&symbol=VOO&from=trade&type=indices',
- // [this.$t('撤单')]: '/quotes/openTrade?tabActive=2&symbol=VOO&from=trade&type=indices',
- [this.$t('持仓')]: '/quotes/openTrade?tabActive=3&symbol=VOO&from=trade&type=indices',
- [this.$t('查询')]: '/quotes/openTrade?tabActive=4&symbol=VOO&from=trade&type=indices',
+ [this.$t('买入')]: '/quotes/openTrade?tabActive=0&symbol=GlobalETF500&from=trade&type=indices',
+ [this.$t('卖出')]: '/quotes/openTrade?tabActive=1&symbol=GlobalETF500&from=trade&type=indices',
+ // [this.$t('撤单')]: '/quotes/openTrade?tabActive=2&symbol=GlobalETF500&from=trade&type=indices',
+ [this.$t('持仓')]: '/quotes/openTrade?tabActive=3&symbol=GlobalETF500&from=trade&type=indices',
+ [this.$t('查询')]: '/quotes/openTrade?tabActive=4&symbol=GlobalETF500&from=trade&type=indices',
},
'cryptos': {
[this.$t('买入')]: '/cryptos/perpetualContract/btc?tabActive=0&from=trade&type=cryptos',
--
Gitblit v1.9.3