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

{"remainingRequest":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/nodejs/codewhy/src/views/profile/childComps/LogOut.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/views/profile/childComps/LogOut.vue","mtime":1608357299689},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KCglleHBvcnQgZGVmYXVsdCB7CiAgICBuYW1lOiAiTGlzdFZpZXciLAogICAgbWV0aG9kczp7CiAgICAgIGxvZ291dCgpewogICAgICAgIHdpbmRvdy5zZXNzaW9uU3RvcmFnZS5jbGVhcigpOwogICAgICAgIHRoaXMuJHJvdXRlci5wdXNoKCIvbG9naW4iKQogICAgICAgIHRoaXMuJG1lc3NhZ2UoJ+mAgOWHuuaIkOWKnycpCiAgICAgIH0KICAgIH0KCX0K"},{"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.sessionStorage.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"]}]}