From d331b4e47f3eb28b2b8dc9fda8c843cfa0641dd4 Mon Sep 17 00:00:00 2001 From: Lvtf Date: Tue, 22 Aug 2023 09:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8A=A8=E6=80=81=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/netManage/workDynamic/index.vue | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 19487bd..7eb22b6 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ ENV = 'development' # VUE_APP_BASE_API = 'http://39.101.188.84:9027' #局域网 -VUE_APP_BASE_API = 'http://localhost:9027' +VUE_APP_BASE_API = 'http://192.168.0.106:9027' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/views/netManage/workDynamic/index.vue b/src/views/netManage/workDynamic/index.vue index 5389bbd..71c54cc 100644 --- a/src/views/netManage/workDynamic/index.vue +++ b/src/views/netManage/workDynamic/index.vue @@ -201,6 +201,16 @@ + + + + + + + @@ -246,6 +256,10 @@ {{ form.fabuTime }} + + {{ + form.name + }} @@ -366,6 +380,8 @@ export default { updateTime: null, remark: null, + + name: null, }; this.fileList = []; this.resetForm("form");