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() {