From cfe1ebca9da409a419bf0c10059c8ff5e58619d4 Mon Sep 17 00:00:00 2001 From: shawnzhang Date: Wed, 27 Feb 2019 09:09:53 +0800 Subject: [PATCH] =?UTF-8?q?readme=E8=AF=AD=E6=B3=95=E6=9C=89=E7=82=B9?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index db3e10ae..a4695632 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # ERP -##work for nwow -###ERP project -####2019/2/12 add topmenu +## work for nwow +### ERP project +#### 2019/2/12 add topmenu #### 2019/2/25 遇到的一些问题以及解决方案 -#####tagsview的页面关闭操作 +##### tagsview的页面关闭操作 ``` const view = { path: '/EmployeeInformation/NewEmployeeInformation', @@ -15,7 +15,7 @@ path: '/EmployeeInformation/NewEmployeeInformation', this.$store.dispatch('delView', view).then(({ visitedViews }) => {}) ``` -#####拼接json 方法 +##### 拼接json 方法 ```extend(jsonbject1, jsonbject2) { var resultJsonObject = {} for (const attr in jsonbject1) {