diff --git a/src/pages.json b/src/pages.json
index 660cc07..025c290 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -57,6 +57,13 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/ArchivesRoom/index",
+ "style": {
+ "navigationBarTitleText": "项目存档",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/user/index",
"style": {
diff --git a/src/pages/ArchivesRoom/index.vue b/src/pages/ArchivesRoom/index.vue
new file mode 100644
index 0000000..15da2a9
--- /dev/null
+++ b/src/pages/ArchivesRoom/index.vue
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+ 项目归档
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ 施工单位:{{ item.company }}
+ 完工时间:{{ item.completeTime }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue
index 5a497fe..b6bf223 100644
--- a/src/pages/user/index.vue
+++ b/src/pages/user/index.vue
@@ -1,3 +1,94 @@
+
- 用户中心
+
+
+
+
+
+
+ {{ userInfo.name }}-{{ userInfo.position }}
+ 所属单位:{{ userInfo.unit }}
+ 联系方式:{{ userInfo.phone }}
+
+
+
+
+ 消息中心
+
+
+
+ 项目存档
+
+
+
+ 退出登录
+
+
+
+
\ No newline at end of file