diff --git a/.env.production b/.env.production
index 5bd67a0..e9a2f44 100644
--- a/.env.production
+++ b/.env.production
@@ -2,7 +2,7 @@
ENV = 'production'
# base api
-VUE_APP_BASE_API='http://192.168.16.110:8080'
-VUE_APP_UPLOAD_API='http://192.168.16.110:8080/api/upload-file'
+VUE_APP_BASE_API=''
+VUE_APP_UPLOAD_API='/api/upload-file'
VUE_APP_PREVIEW=//view.langye.net/preview/onlinePreview
VUE_APP_MODULE_NAME=oa
diff --git a/src/views/VehicleCertificate/components/AddVehicleCertificate.vue b/src/views/VehicleCertificate/components/AddVehicleCertificate.vue
index 98b6b2f..432e9d5 100644
--- a/src/views/VehicleCertificate/components/AddVehicleCertificate.vue
+++ b/src/views/VehicleCertificate/components/AddVehicleCertificate.vue
@@ -1,15 +1,140 @@
+
$emit('update:isShow',e)"
+ >
+
+
+
+
+ {{ item.name }}
+ {{ item.driver }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击上传
+ 文件大小不超过20Mb
+
+
+
+
+
+
+
+
+ 确认
+
+
diff --git a/src/views/VehicleCertificate/index.vue b/src/views/VehicleCertificate/index.vue
index 57b85b7..5e5b8af 100644
--- a/src/views/VehicleCertificate/index.vue
+++ b/src/views/VehicleCertificate/index.vue
@@ -21,7 +21,7 @@
:data="tableData"
>
-
+
@@ -57,11 +57,12 @@
}"
/>
-
+