From 15da20fac7f98515e708b58ceebaf6e1a7d13efc Mon Sep 17 00:00:00 2001 From: lb Date: Fri, 20 Oct 2023 14:22:46 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 4 +- src/components/DialogForm/index.vue | 20 +- src/mixins/lb/basicPageMixin.js | 26 ++- src/views/core/base/equipmentType/index.vue | 7 +- src/views/extend/processFlow/cache.js | 53 +++++ src/views/extend/processFlow/index.vue | 203 +++++++++++++++++++- 6 files changed, 298 insertions(+), 15 deletions(-) create mode 100644 src/views/extend/processFlow/cache.js diff --git a/.env.dev b/.env.dev index 8fb71095..1500809e 100644 --- a/.env.dev +++ b/.env.dev @@ -12,8 +12,8 @@ ENV = 'development' VUE_APP_TITLE = 产线监控系统 # 芋道管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.1.8:48082' -# VUE_APP_BASE_API = 'http://192.168.0.33:48082' +# VUE_APP_BASE_API = 'http://192.168.1.8:48082' +VUE_APP_BASE_API = 'http://192.168.0.33:48082' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/components/DialogForm/index.vue b/src/components/DialogForm/index.vue index b691dc18..952730fb 100644 --- a/src/components/DialogForm/index.vue +++ b/src/components/DialogForm/index.vue @@ -106,6 +106,7 @@