You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
2.8 KiB
1 line
2.8 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/bigbar-start/src/App.vue?vue&type=style&index=0&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/src/App.vue","mtime":1617457229601},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/postcss-loader/src/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/bigbar-start/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCkBpbXBvcnQgIi4vYXNzZXRzL2Nzcy9iYXNlLmNzcyI7CkBtZWRpYSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDUwMHB4KSB7CiAgLmVsLW1lc3NhZ2UgewogICAgbWluLXdpZHRoOiAzMDBweCAhaW1wb3J0YW50OwogIH0KfQo="},{"version":3,"sources":["App.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0DA;AACA;AACA;AACA;AACA;AACA","file":"App.vue","sourceRoot":"src","sourcesContent":["<template>\n <div id=\"app\">\n <!-- exclude不包括哪几个组件-->\n <keep-alive\n exclude=\"Detail,CreateMoment,DetailMoment,CommentList,Moment,Profile,Home,MineOrder,Category,Order,Iphone,overOrder,sucessOrder\"\n >\n <router-view />\n </keep-alive>\n <MainTabBar v-if=\"footShow\" />\n </div>\n</template>\n\n<script>\nimport MainTabBar from \"components/content/mainTabbar/MainTabBar\";\nexport default {\n name: \"App\",\n components: {\n MainTabBar\n },\n data() {\n return {\n footShow: false,\n };\n },\n watch: {\n $route(to, from) {\n let ThisPage = to.path;\n if (\n ThisPage === \"/home\" ||\n ThisPage === \"/detail\" ||\n ThisPage === \"/profile\" ||\n ThisPage === \"/cart\" ||\n ThisPage === \"/category\" ||\n ThisPage === \"/moment\"\n ) {\n this.footShow = true;\n } else {\n this.footShow = false;\n }\n }\n },\n mounted() {\n this.$bus.$on('isShowTabbar',data=>{\n this.isShowTabbar(data)\n })\n },\n methods: {\n isShowTabbar(data){\n this.footShow=data;\n }\n },\n created(){\n \n }\n};\n</script>\n\n<style>\n@import \"./assets/css/base.css\";\n@media screen and (max-width: 500px) {\n .el-message {\n min-width: 300px !important;\n }\n}\n</style>\n"]}]} |