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.9 KiB
1 line
1.9 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=style&index=0&id=6a6b163e&scoped=true&lang=css&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/views/profile/childComps/LogOut.vue","mtime":1608357299689},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/css-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/postcss-loader/src/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:CgoKCgoKCgoKCgoKCgoKCgoKCgoubG9nb3V0ewogIHdpZHRoOjEwMCU7CiAgYmFja2dyb3VuZC1jb2xvcjojZmZmOwogIGJvcmRlci1yYWRpdXM6IDEwcHg7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIHRleHQtYWxpZ246Y2VudGVyOwogIGZvbnQtc2l6ZTogMzBweDsKfQo="},{"version":3,"sources":["LogOut.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAoBA;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"]}]} |