From 61a761e2883f4963e75976c4f8d3a77110f97c01 Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Wed, 30 Jul 2025 18:02:29 +0800 Subject: [PATCH] =?UTF-8?q?[1078]=20=E4=BF=AE=E6=94=B9=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main.js b/web/src/main.js index 2430c79c4..f4b9f0770 100644 --- a/web/src/main.js +++ b/web/src/main.js @@ -43,7 +43,7 @@ Vue.prototype.$channelTypeList = { 1: { id: 1, name: '国标设备', style: { color: '#409eff', borderColor: '#b3d8ff' } }, 2: { id: 2, name: '推流设备', style: { color: '#67c23a', borderColor: '#c2e7b0' } }, 3: { id: 3, name: '拉流代理', style: { color: '#e6a23c', borderColor: '#f5dab1' } }, - 200: { id: 200, name: '部标设备', style: { color: '#36c6fa', borderColor: '#90e3fb' } } + 200: { id: 200, name: '部标设备', style: { color: '#fa6436', borderColor: '#f4997c' } } } new Vue({