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: ''