From 7bada1f770382c5125220d6ff70addaf1b3b230f Mon Sep 17 00:00:00 2001
From: zhangrenyuan <18990852002@163.com>
Date: Thu, 7 Aug 2025 18:28:36 +0800
Subject: [PATCH] fix isBackpack column
---
.env.development | 6 ++++--
src/views/consume/bean/liveStream.vue | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.env.development b/.env.development
index a04d469..2fc7194 100644
--- a/.env.development
+++ b/.env.development
@@ -1,4 +1,4 @@
-VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
+# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
# 测试环境
# VITE_API_BASE='http://54.255.212.181:10704/'
# 正式环境
@@ -11,4 +11,6 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload
# zhangyong
# VITE_API_BASE='http://192.168.3.83:8081/'
# 本地
- # VITE_API_BASE='http://localhost:8081/'
\ No newline at end of file
+ # VITE_API_BASE='http://localhost:8081/'
+# lijianlin
+ VITE_API_BASE='http://192.168.0.113:8081/'
\ No newline at end of file
diff --git a/src/views/consume/bean/liveStream.vue b/src/views/consume/bean/liveStream.vue
index b55382d..b1f7f5b 100644
--- a/src/views/consume/bean/liveStream.vue
+++ b/src/views/consume/bean/liveStream.vue
@@ -611,7 +611,7 @@ const getTagText = (state) => {
- {{ scope.row.isBackpack === 1 ? '是' : '否' }}
+ {{ scope.row.isBackpack == 1 ? '是' : '否' }}