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 }) => {