From 0d73c5b88e90d790fd031a579d9dcac79ccbe75a Mon Sep 17 00:00:00 2001 From: codeAllenChinese Date: Mon, 11 Sep 2017 14:14:37 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index b942a92..1752826 100644 --- a/README.md +++ b/README.md @@ -30,42 +30,42 @@

五、目录结构

``` -|——build //构建 +|——build //构建 -|——config //配置 +|——config //配置 -|——node_modules //npm项目依赖 +|——node_modules //npm项目依赖 |——src - |——assets //静态资源,图片 + |——assets //静态资源,图片 | - |——components—— //公共组件 -| |——carousel.vue //轮播图组件 + |——components—— //公共组件 +| |——carousel.vue //轮播图组件 | -| |——footerComponent.vue //底部组件 +| |——footerComponent.vue //底部组件 | -| |——headerComponent.vue //头部组件 +| |——headerComponent.vue //头部组件 | -| |——navComponent.vue //红色部分 +| |——navComponent.vue //红色部分 | | |——config—— -| |——env.js //开发api路径 +| |——env.js //开发api路径 | -| |——fetch.js //封装的异步请求 +| |——fetch.js //封装的异步请求 |——data | - |——router—— //路由 + |——router—— //路由 | |——index.js - |——service //项目中全部的异步接口请求文件 + |——service //项目中全部的异步接口请求文件 | - |——store—— //vuex状态管理 + |——store—— //vuex状态管理 | |——action.js | | |——index.js | | |——mutations.js - |——view—— //组件页面部分 + |——view—— //组件页面部分 | |——findMusicPage—— | |——musicTypeController | | @@ -77,14 +77,14 @@ | |——musicManComponent.vue | | |——myMusicComponent.vue - |——app.vue //主文件 + |——app.vue //主文件 | - |——main.js //主文件入口 + |——main.js //主文件入口 |——static -|——test //单元测试 +|——test //单元测试 -|——index.html //首页 +|——index.html //首页 |——package.json From 45dd9c007ec01bd8113ecf4f63ff4d4d9eaf621f Mon Sep 17 00:00:00 2001 From: Allen <13402202685@163.com> Date: Mon, 11 Sep 2017 14:17:46 +0800 Subject: [PATCH 2/2] update --- src/view/findMusicPage/musicTypeController/hyMusic.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/view/findMusicPage/musicTypeController/hyMusic.vue b/src/view/findMusicPage/musicTypeController/hyMusic.vue index 96df731..d4e37b3 100644 --- a/src/view/findMusicPage/musicTypeController/hyMusic.vue +++ b/src/view/findMusicPage/musicTypeController/hyMusic.vue @@ -74,8 +74,7 @@ }, mounted: function() { - this.musicMes = this.$store.state.musicMes; - + this.musicMes = this.$store.state.musicMes; }, updated() {