Commit f11bc9727c387d7216b5ddd06cb21dd2cf926c2f
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !3
Showing
2 changed files
Show diff stats
.gitignore
src/pages/index/index.vue
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | </template> |
59 | 59 | |
60 | 60 | <script> |
61 | - import UniDrawer from "@/components/Uni-drawer/Uni-drawer.vue"; | |
61 | + import UniDrawer from "@/components/uni-drawer/uni-drawer.vue"; | |
62 | 62 | import HMfilterDropdown from "../../components/HM-filterDropdown/HM-filterDropdown.vue"; |
63 | 63 | import data from '@/common/data.js';//筛选菜单数据 |
64 | 64 | export default { | ... | ... |