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.0 KiB
1 line
2.0 KiB
{"remainingRequest":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/profile/childComps/LogOut.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/src/views/profile/childComps/LogOut.vue","mtime":1616026483382},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KCglleHBvcnQgZGVmYXVsdCB7CiAgICBuYW1lOiAiTGlzdFZpZXciLAogICAgbWV0aG9kczp7CiAgICAgIGxvZ291dCgpewogICAgICAgIHdpbmRvdy5sb2NhbFN0b3JhZ2UuY2xlYXIoKTsKICAgICAgICB0aGlzLiRyb3V0ZXIucHVzaCgiL2xvZ2luIikKICAgICAgICB0aGlzLiRtZXNzYWdlKCfpgIDlh7rmiJDlip8nKQogICAgICB9CiAgICB9Cgl9Cg=="},{"version":3,"sources":["LogOut.vue"],"names":[],"mappings":";;;;;;;AAOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"LogOut.vue","sourceRoot":"src/views/profile/childComps","sourcesContent":["<template>\n<div>\n<div class=\"logout\" @click=\"logout\">退出</div>\n</div>\n</template>\n\n<script>\n\texport default {\n name: \"ListView\",\n methods:{\n logout(){\n window.localStorage.clear();\n this.$router.push(\"/login\")\n this.$message('退出成功')\n }\n }\n\t}\n</script>\n\n<style scoped>\n.logout{\n width:100%;\n background-color:#fff;\n border-radius: 10px;\n position: relative;\n text-align:center;\n font-size: 30px;\n}\n</style>\n"]}]} |