From b18e209f3cfff5ceff059c23cf3d7283652899cd Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Tue, 26 Mar 2024 17:28:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .env.development                           | 4 ++--
 src/views/product/productExamine/index.vue | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.env.development b/.env.development
index 0444a80..558b6c7 100644
--- a/.env.development
+++ b/.env.development
@@ -4,11 +4,11 @@ ENV = 'development'
 # http://mer.crmeb.net/admin
 # base api
 # VUE_APP_BASE_API = 'http://192.168.31.106:8324'
-VUE_APP_BASE_API = 'https://test.shop.lihaink.cn'
+VUE_APP_BASE_API = 'https://crmeb-test.shop.lihaink.cn/'
 
 # socket 连接地址
 # VUE_APP_WS_URL = 'ws://0.0.0.0:8324'
-VUE_APP_WS_URL = 'ws://test.shop.lihaink.cn'
+VUE_APP_WS_URL = 'ws://crmeb-test.shop.lihaink.cn/'
 
 # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
 # to control whether the babel-plugin-dynamic-import-node plugin is enabled.
diff --git a/src/views/product/productExamine/index.vue b/src/views/product/productExamine/index.vue
index 4670504..4000e07 100644
--- a/src/views/product/productExamine/index.vue
+++ b/src/views/product/productExamine/index.vue
@@ -138,6 +138,7 @@
         <el-table-column prop="price" label="商品售价" min-width="80" />
         <el-table-column prop="sales" label="销量" min-width="70" />
         <el-table-column prop="stock" label="库存" min-width="70" />
+        <el-table-column prop="update_time" label="更新时间" min-width="120" />
         <el-table-column label="推荐级别" min-width="150">
           <template slot-scope="scope">
             <el-rate disabled v-model="scope.row.star" :colors="colors">