From 29f272c22cce62e65cb7457bb26ff8738861b01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=96=B9=E6=88=90?= Date: Mon, 16 Feb 2026 16:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/index.vue | 10 +++++----- utils/request.js | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/shop/index.vue b/pages/shop/index.vue index 5f7674e..1e8d075 100644 --- a/pages/shop/index.vue +++ b/pages/shop/index.vue @@ -126,8 +126,8 @@ - - + + @@ -254,8 +254,8 @@ const priceRanges = [ const activePriceRange = ref('all') const tabs = [ - { id: 'product', name: '商品' }, - { id: 'coupon', name: '优惠券' } + { id: 'product', name: '商品' } + // { id: 'coupon', name: '优惠券' } // 隐藏优惠券兑换功能 // { id: 'item_card', name: '道具卡' } // 暂不开放 ] diff --git a/utils/request.js b/utils/request.js index ed7ffd9..55efad8 100644 --- a/utils/request.js +++ b/utils/request.js @@ -1,5 +1,5 @@ -//const BASE_URL = 'http://127.0.0.1:9991' -const BASE_URL = 'https://kdy.1024tool.vip' +const BASE_URL = 'http://127.0.0.1:9991' +// const BASE_URL = 'https://kdy.1024tool.vip' let authModalShown = false function handleAuthExpired() {