From ceddc2a76a374904325ea3f3b39fad44ffb078a9 Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Sat, 28 Mar 2026 17:45:11 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0table=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/change-table.vue | 25 ++++--
components/goods-table.vue | 151 ++++++++++++++++++++++++++++++++++++
config/appConfig.js | 2 +-
3 files changed, 169 insertions(+), 9 deletions(-)
create mode 100644 components/goods-table.vue
diff --git a/components/change-table.vue b/components/change-table.vue
index 3d17af7..9f9b966 100644
--- a/components/change-table.vue
+++ b/components/change-table.vue
@@ -20,6 +20,8 @@
购物车商品
+
@@ -55,9 +57,11 @@
+
+
\ No newline at end of file
diff --git a/config/appConfig.js b/config/appConfig.js
index ba2fc18..f884ef9 100644
--- a/config/appConfig.js
+++ b/config/appConfig.js
@@ -1,5 +1,5 @@
//当前环境 test,prod
-export const ENV = 'prod'
+export const ENV = 'test'
export const ENV_BASE_URL = {
java: {
prod: 'https://cashier.sxczgkj.com/',