10.10综合交易所原始源码_移动端
1
admin
2026-01-27 f66eee1d038afc05f1a727db256ba5c6818f6fb4
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',