From a214eb9bad6e59c00a17b95fa0e27419a3f0d621 Mon Sep 17 00:00:00 2001 From: zwq Date: Mon, 7 Mar 2022 09:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/views/orderManage/components/processLinkBtn.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index 01e362e..5a9ba7d 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API = '/api' +VUE_APP_BASE_API = '' VUE_APP_REPORT_DESIGN_URL = '/ureport/designer' VUE_APP_REPORT_VIEW_URL = '/ureport/preview' diff --git a/src/views/orderManage/components/processLinkBtn.vue b/src/views/orderManage/components/processLinkBtn.vue index fcadba0..9c8668e 100644 --- a/src/views/orderManage/components/processLinkBtn.vue +++ b/src/views/orderManage/components/processLinkBtn.vue @@ -1,7 +1,7 @@ @@ -44,10 +44,10 @@ export default { visible: false, options: [{ value: '选项1', - label: '黄金糕' + label: '工艺1' }, { value: '选项2', - label: '双皮奶' + label: '工艺2' } ], value: ''