diff --git a/src/assets/images/sunVillage_info/index_title.png b/src/assets/images/sunVillage_info/index_title.png index fcb711e6..27e7580e 100644 Binary files a/src/assets/images/sunVillage_info/index_title.png and b/src/assets/images/sunVillage_info/index_title.png differ diff --git a/src/router/index.js b/src/router/index.js index 4bb67977..408f1b82 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1852,6 +1852,24 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/yinnong/done'], resolve) }, + { + path: '/yinnong/doneCompleted/done', + name: 'yinnongDoneCompletedDone', + meta: { + title: '我的已办', + hidden: true, + }, + component: (resolve) => require(['@/views/yinnong/doneCompleted/done'], resolve) + }, + { + path: '/yinnong/doneCompleted/completed', + name: 'yinnongDoneCompletedCompleted', + meta: { + title: '我的待办', + hidden: true, + }, + component: (resolve) => require(['@/views/yinnong/doneCompleted/completed'], resolve) + }, { path: '/yinnong/advice', name: 'yinnongAdvice', diff --git a/src/views/sunVillage_info/index.vue b/src/views/sunVillage_info/index.vue index f1a67cac..1b4a5abe 100644 --- a/src/views/sunVillage_info/index.vue +++ b/src/views/sunVillage_info/index.vue @@ -47,6 +47,11 @@
+