diff --git a/api/information.js b/api/information.js
index 93dd84d..476cbd8 100644
--- a/api/information.js
+++ b/api/information.js
@@ -5,3 +5,12 @@ import oahttp from "@/utils/oahttp.js";
*/
export const informationAdd = (data) => oahttp.post('/information/add', data)
+/**
+ * 新增列表
+ */
+export const informationList = (data) => oahttp.get('/information/list', data)
+
+/**
+ * 档案详情
+ */
+export const informationDetails = (data) => oahttp.get('/information/details', data)
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 68bcdd7..7dcb44e 100644
--- a/pages.json
+++ b/pages.json
@@ -346,6 +346,15 @@
"navigationBarTextStyle": "white"
}
+ }, {
+ "path": "archivesDetail/archivesDetail",
+ "style": {
+ "navigationBarTitleText": "档案详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#3175f9",
+ "navigationBarTextStyle": "white"
+ }
+
}]
}],
"globalStyle": {
diff --git a/subpkg/archivesDetail/archivesDetail.vue b/subpkg/archivesDetail/archivesDetail.vue
new file mode 100644
index 0000000..3a6e1ae
--- /dev/null
+++ b/subpkg/archivesDetail/archivesDetail.vue
@@ -0,0 +1,221 @@
+
+
+
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file