lhl 1 年之前
父节点
当前提交
1d26bd82db
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/views/Help.vue
  2. 1 1
      src/views/Publicity.vue
  3. 1 1
      src/views/mourn/Index.vue

+ 1 - 1
src/views/Help.vue

@@ -21,7 +21,7 @@
 		},
 		data() {
 			return {
-				navList: [{ index: 0, name: '红新闻', path: '/news' }, { index: 1, name: '信息公示', path: '/publicity' },{index: 2, name: '政策法规', path: '/regulations'}],
+				navList: [{ index: 0, name: '红新闻', path: '/news' }, { index: 1, name: '信息公示', path: '/publicity' },{index: 2, name: '政策法规', path: '/regulations'}],
 			};
 		}
 	};

+ 1 - 1
src/views/Publicity.vue

@@ -15,7 +15,7 @@
 		},
 		data() {
 			return {
-				navList: [{ index: 0, name: '红新闻', path: '/news' }, { index: 1, name: '信息公示', path: '/publicity' }],
+				navList: [{ index: 0, name: '红新闻', path: '/news' }, { index: 1, name: '信息公示', path: '/publicity' }],
 			};
 		}
 	};

+ 1 - 1
src/views/mourn/Index.vue

@@ -29,7 +29,7 @@
             <input
               type="text"
               v-model="keyword"
-              placeholder="请输入捐者"
+              placeholder="请输入捐者"
               class=""
               @keyup.enter="getList()"
             />