From 76f15ce2c1a1706fcc515c04170a1ec6f6407cc0 Mon Sep 17 00:00:00 2001 From: chenxf Date: Fri, 10 Apr 2026 11:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=8C=E6=94=BF=E5=A4=84=E7=BD=9A=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 1 + src/views/creditRepair/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index e69de29..508c3ac 100644 --- a/.env.production +++ b/.env.production @@ -0,0 +1 @@ +VITE_BASE_API = '/mobile-api' \ No newline at end of file diff --git a/src/views/creditRepair/index.vue b/src/views/creditRepair/index.vue index 29e5356..468e950 100644 --- a/src/views/creditRepair/index.vue +++ b/src/views/creditRepair/index.vue @@ -94,7 +94,7 @@ export default { required: true, options: [ { label: '严重违法失信信息修复', value: '0' }, - // { label: '行政处罚信息修复', value: '1' }, + { label: '行政处罚信息修复', value: '1' }, { label: '经营异常名录信息修复', value: '2' } ], onChange: ({ formData }) => {