diff --git a/.env.development b/.env.development index aaec465..665f142 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ # VITE_API_BASE_URL = http://112.29.103.165:1616 -# VITE_API_BASE_URL = /api -VITE_API_BASE_URL = http://192.168.0.14:1999/hd-realname/prod-api +VITE_API_BASE_URL = /api +# VITE_API_BASE_URL = http://192.168.0.14:1999/hd-realname/prod-api # VITE_API_BASE_URL = http://192.168.0.234:38080 diff --git a/src/manifest.json b/src/manifest.json index 2e97cb6..240b307 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -46,10 +46,13 @@ "", "", "", - "" + "", + "", + "" ], "minSdkVersion" : 24, - "abiFilters" : [ "armeabi-v7a" ] + "targetSdkVersion" : 33, + "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86_64" ] }, "webview" : { "allowFileAccess" : true, diff --git a/src/pages.json b/src/pages.json index a7cc94f..cae4be5 100644 --- a/src/pages.json +++ b/src/pages.json @@ -197,8 +197,8 @@ { "pagePath": "pages/attendance/index", "text": "考勤", - "iconPath": "static/image/home.png", - "selectedIconPath": "static/image/home-active.png" + "iconPath": "static/image/attendance.png", + "selectedIconPath": "static/image/attendance-active.png" }, { "pagePath": "pages/my/index", diff --git a/src/pages/ContractDetails/index.vue b/src/pages/ContractDetails/index.vue index a1f6198..39ef942 100644 --- a/src/pages/ContractDetails/index.vue +++ b/src/pages/ContractDetails/index.vue @@ -3,60 +3,113 @@ 合同见证照片 - + - 工作内容页 + {{ contractFileTitle[item.sourceType] }} {{ item.title }} - {{ item.content }} + {{ contractInfo[item.contentKey] || '-' }}