From 4bee3bc3e54dc73ea70151b686c81d1f83e06f09 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 09 十月 2023 14:53:40 +0800 Subject: [PATCH] 工艺参数更新标识bug+工艺模型列表和详情更新后数据没有更新需get接口更新之后获取number请求 --- src/common/constants.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/common/constants.js b/src/common/constants.js new file mode 100644 index 0000000..a085b43 --- /dev/null +++ b/src/common/constants.js @@ -0,0 +1,10 @@ +/** + * 閫氶亾鍚嶇О閰嶇疆 Channel 0 瀵瑰簲灞曠ず 0, Channel 1 瀵瑰簲灞曠ず A,鏆傛椂蹇界暐鍏朵綑鎯呭喌 + * @type {{0: string, 1: string}} + */ +export const channelNameConfig = { + 0: '0', + 1: 'A' +} + + -- Gitblit v1.8.0