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=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/src/views/profile/childComps/Aboutour.vue","mtime":1618375485285},{"path":"/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/babel-loader/lib/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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBOYXZCYXIgZnJvbSAiQC9jb21wb25lbnRzL2NvbW1vbi9uYXZiYXIvTmF2QmFyIjsKZXhwb3J0IGRlZmF1bHQgewogICAgbmFtZToiTWVzc2FnZSIsCiAgICBjb21wb25lbnRzOnsKICAgICAgICBOYXZCYXIKICAgIH0sCiAgICBkYXRhKCl7CiAgICAgICAgcmV0dXJuIHsKICAgICAgICB9CiAgICB9LAogICAgY3JlYXRlZCgpewogICAgfSwKICAgIG1ldGhvZHM6ewogICAgICAgIGJhY2tDbGljaygpewogICAgICAgICAgICB0aGlzLiRyb3V0ZXIucHVzaCgnL3Byb2ZpbGUnKQogICAgICAgIH0KICAgIH0KfQo="},{"version":3,"sources":["Aboutour.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAgBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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/home/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 {\n position: relative;\n width: 30px;\n height: 30px;\n left:10px;\n top: 50%;\n transform: translate(0, -50%);\n}\n\n</style>"]}]}