From 7cf190dff9d6493cf6e42c972f36f08f2adb3eb1 Mon Sep 17 00:00:00 2001 From: timerzz Date: Fri, 28 Mar 2025 14:47:43 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=87=BA=E5=94=AE=E5=95=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9C=A8=E7=BA=BF=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/seller/index.vue | 14 ++++++++++++-- vite.config.js | 8 ++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/views/seller/index.vue b/src/views/seller/index.vue index c06b0be..71ae3ae 100644 --- a/src/views/seller/index.vue +++ b/src/views/seller/index.vue @@ -19,6 +19,9 @@ + @@ -228,13 +231,19 @@ const columns = [ { title: '抓取时间', key: 'ticker', - width: 250 + width: 150 }, { title: '状态', dataIndex: 'status', key: 'status', - width: 250 + width: 150 + }, + { + title: '在线', + dataIndex: 'online', + key: 'online', + width: 150 }, { title: '备注', @@ -244,6 +253,7 @@ const columns = [ { title: '操作', key: 'opt', + width: 250 } ] diff --git a/vite.config.js b/vite.config.js index e353bf7..53da80f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -35,15 +35,15 @@ export default defineConfig({ ws: true, }, '/api/v2/sellers': { - target: 'http://localhost:8081/', - // target: 'https://ht.timerzz.com:20443/', + // target: 'http://localhost:8081/', + target: 'https://ht.timerzz.com:20443/', changeOrigin: true, secure: false, ws: true, }, '/api/v2/seller': { - target: 'http://localhost:8083/', - // target: 'https://ht.timerzz.com:20443/', + // target: 'http://localhost:8083/', + target: 'https://ht.timerzz.com:20443/', changeOrigin: true, secure: false, ws: true,