diff --git a/components/protocol/protocol.vue b/components/protocol/protocol.vue index a8912fc..8276752 100644 --- a/components/protocol/protocol.vue +++ b/components/protocol/protocol.vue @@ -147,13 +147,13 @@ meimage: '', signatureshow: false, fabContent: [{ - iconPath: '/static/pageC/signature-unselected.png', - selectedIconPath: '/static/pageC/signature-selected.png', + iconPath: '/static/pagesC/signature-unselected.png', + selectedIconPath: '/static/pagesC/signature-selected.png', text: '居民签字', active: true }, { - iconPath: '/static/pageC/camera-unselected.png', - selectedIconPath: '/static/pageC/camera.png', + iconPath: '/static/pagesC/camera-unselected.png', + selectedIconPath: '/static/pagesC/camera.png', text: '居民拍照', active: true }], diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 3fc3557..a1e2cb3 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -1,7 +1,8 @@