From f6739d7542be48f7f8139c3d5fc7b2326e5cfc8d Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期三, 22 十一月 2023 11:06:35 +0800 Subject: [PATCH] feat: 轮询plc时间调整; 接口报错时也轮询plc --- babel.config.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/babel.config.js b/babel.config.js index e955840..ce0dffb 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,7 @@ module.exports = { presets: [ '@vue/cli-plugin-babel/preset' - ] + ], + // 鍏佽涓ょ缂栫爜寮曞叆鏂瑰紡鍏卞瓨,涔熷氨鏄� common 瑙勮寖涓� es6 瑙勮寖鐨勫叡瀛樺鐞� + sourceType: 'unambiguous' } -- Gitblit v1.8.0