Commit cf244343200075cb8187987c9cbd5a59286ed701

Authored by ww
1 parent 49d0da0f

chore: 移除控制台打印

... ... @@ -144,10 +144,7 @@
144 144 const values =
145 145 Math.trunc(oldValue) * unref(zoomFactorValue) +
146 146 getFloatPart(oldValue) * unref(zoomFactorValue);
147   - console.log({
148   - int: Math.trunc(oldValue) * unref(zoomFactorValue),
149   - float: getFloatPart(oldValue) * unref(zoomFactorValue),
150   - });
  147 +
151 148 if (!regex.test(values as any)) {
152 149 createMessage.warning(`属性下发值精确到两位小数,缩放因子是${unref(zoomFactorValue)}`);
153 150 return;
... ...