diff --git a/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue b/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue
index 14ed11a..340d179 100644
--- a/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue
+++ b/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue
@@ -58,7 +58,8 @@
证件资料
-
+
diff --git a/pages/recruit/subPage/enterpriceCertification/uploadIdNumber.vue b/pages/recruit/subPage/enterpriceCertification/uploadIdNumber.vue
index eb74a24..233991c 100644
--- a/pages/recruit/subPage/enterpriceCertification/uploadIdNumber.vue
+++ b/pages/recruit/subPage/enterpriceCertification/uploadIdNumber.vue
@@ -1,8 +1,10 @@
-
+
-
+
+
@@ -24,12 +26,16 @@
},
width: {
type: Number,
- default: 250
+ default: 280
},
height: {
type: Number,
default: 150
},
+ contentStyle: {
+ type: String,
+ default: ''
+ }
},
computed: {
ImgUrl(val) {
@@ -55,7 +61,14 @@
\ No newline at end of file
diff --git a/static/img/Takingpictures.png b/static/img/Takingpictures.png
new file mode 100644
index 0000000..c9e88ed
Binary files /dev/null and b/static/img/Takingpictures.png differ
diff --git a/vue.config.js b/vue.config.js
index 1f309b9..a412b25 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -3,7 +3,7 @@ module.exports = {
port: 1887,
proxy: {
'/api': {
- target: 'http://localhost:8000',
+ target: 'http://192.168.1.106:8000',
ws: true,
pathRewrite: {
'^/api': '/'