From 9ba07e6c0d15d4184a5f32af67292625a46e17df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 14 Aug 2025 19:57:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(shop):=20=E4=BC=98=E5=8C=96=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E4=BC=98=E6=83=A0=E5=88=B8=E9=A1=B5=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E5=92=8C=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84-=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20shop-coupon-container=20div=EF=BC=8C?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E4=BD=BF=E7=94=A8=20a-page-header=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20-=20=E8=B0=83=E6=95=B4=E6=8C=89=E9=92=AE=E5=B8=83?= =?UTF-8?q?=E5=B1=80=EF=BC=8C=E4=BD=BF=E7=94=A8=20a-space=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6-=20=E4=BC=98=E5=8C=96=E5=9B=BE=E6=A0=87=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=EF=BC=8C=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC=20-=20=E6=B3=A8=E9=87=8A=E4=BB=A3=E7=A0=81=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E6=8F=90=E9=AB=98=E5=8F=AF=E8=AF=BB=E6=80=A7?= =?UTF-8?q?=20-=20=E4=BF=AE=E6=94=B9=20API=5FURL=20=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=EF=BC=8C=E5=90=AF=E7=94=A8=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/shop/shopCoupon/index.vue | 743 ++++++++++++++-------------- 2 files changed, 372 insertions(+), 373 deletions(-) diff --git a/.env.development b/.env.development index fbcc74b..b8ccd8b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VITE_APP_NAME=后台管理(开发环境) -VITE_API_URL=http://127.0.0.1:9200/api +#VITE_API_URL=http://127.0.0.1:9200/api #VITE_SERVER_API_URL=http://127.0.0.1:8000/api diff --git a/src/views/shop/shopCoupon/index.vue b/src/views/shop/shopCoupon/index.vue index b31dbd0..8b0429b 100644 --- a/src/views/shop/shopCoupon/index.vue +++ b/src/views/shop/shopCoupon/index.vue @@ -1,23 +1,21 @@