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.7 KiB

4 years ago
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/profile/childComps/Aboutour.vue?vue&type=style&index=0&id=20752e06&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/profile/childComps/Aboutour.vue","mtime":1618195915849},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/postcss-loader/src/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCi5uYXYtYmFyewogIGJhY2tncm91bmQtY29sb3I6I2RmMzgzMjsKICBjb2xvcjogI2ZmZjsKICBoZWlnaHQ6IDQ0cHg7Cn0KCi5iYWNrIGltZyB7CiAgbWFyZ2luLXRvcDogMTJweCAhaW1wb3J0YW50Owp9Cgo="},{"version":3,"sources":["Aboutour.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA","file":"Aboutour.vue","sourceRoot":"src/views/profile/childComps","sourcesContent":["<template>\n <div class=\"Message\">\n <NavBar class=\"nav-bar\">\n <div slot=\"left\" class=\"back\" @click=\"backClick\">\n <img src=\"~assets/img/common/back.svg\" alt=\"\">\n </div> \n <div slot=\"center\">关于我们</div>\n </NavBar>\n <div>\n 本网站目前处于测试阶段,商品信息来源于网上,若有侵权及时联系联系qq1804357047,我们会在第一时间进行删除,\n 禁止发表违法言论,若发现用户私自发表,自行承担后果,本网站具有一切合理说明权。\n </div>\n </div>\n</template>\n\n<script>\nimport NavBar from \"@/components/common/navbar/NavBar\";\nexport default {\n name:\"Message\",\n components:{\n NavBar\n },\n data(){\n return {\n }\n },\n created(){\n },\n methods:{\n backClick(){\n this.$router.push('/profile')\n }\n }\n}\n</script>\n\n<style scoped>\n.nav-bar{\n background-color:#df3832;\n color: #fff;\n height: 44px;\n}\n\n.back img {\n margin-top: 12px !important;\n}\n\n</style>"]}]}