1 |
- {"remainingRequest":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\thread-loader\\dist\\cjs.js!D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\babel-loader\\lib\\index.js!D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\wnmp\\www\\vue\\seaBlueAdmin\\src\\vab\\components\\Refresh\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\src\\vab\\components\\Refresh\\index.vue","mtime":1678954023501},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\babel.config.js","mtime":1681371897685},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1681371913603},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\thread-loader\\dist\\cjs.js","mtime":1681371925422},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\babel-loader\\lib\\index.js","mtime":1681371912860},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1681371913603},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\vue-loader\\lib\\index.js","mtime":1681371925849}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KaW1wb3J0IHsgbWFwR2V0dGVycyB9IGZyb20gInZ1ZXgiOwpleHBvcnQgZGVmYXVsdCB7CiAgbmFtZTogIlJlZnJlc2giLAogIGNvbXB1dGVkOiB7IC4uLm1hcEdldHRlcnMoewogICAgICBzaG93UmVmcmVzaDogInNldHRpbmdzL3Nob3dSZWZyZXNoIgogICAgfSkKICB9LAoKICBtb3VudGVkKCkgewogICAgZG9jdW1lbnQub25rZXlkb3duID0gZSA9PiB7CiAgICAgIGxldCBlMSA9IGUgfHwgZXZlbnQgfHwgd2luZG93LmV2ZW50IHx8IGFyZ3VtZW50cy5jYWxsZWUuY2FsbGVyLmFyZ3VtZW50c1swXTsKCiAgICAgIGlmIChlMSAmJiBlMS5jb2RlID09PSAiRjgiKSB7CiAgICAgICAgdGhpcy5yZWZyZXNoUm91dGUoKTsKICAgICAgfQogICAgfTsKICB9LAoKICBtZXRob2RzOiB7CiAgICBhc3luYyByZWZyZXNoUm91dGUoKSB7CiAgICAgIHRoaXMuJGJhc2VFdmVudEJ1cy4kZW1pdCgicmVsb2FkUm91dGVyVmlldyIpOwogICAgfQoKICB9Cn07"},{"version":3,"mappings":";;;;;;;AAQA;AACA;EACAA,eADA;EAEAC,YACA;MACAC;IADA;EADA,CAFA;;EAOAC;IACAC;MACA,SACAC,kEADA;;MAEA;QACA;MACA;IACA,CANA;EAOA,CAfA;;EAgBAC;IACA;MACA;IACA;;EAHA;AAhBA","names":["name","computed","showRefresh","mounted","document","e","methods"],"sourceRoot":"src/vab/components/Refresh","sources":["index.vue"],"sourcesContent":["<template>\n <vab-remix-icon\n v-if=\"showRefresh\"\n icon-class=\"refresh-line\"\n @click=\"refreshRoute\"\n ></vab-remix-icon>\n</template>\n<script>\n import { mapGetters } from \"vuex\";\n export default {\n name: \"Refresh\",\n computed: {\n ...mapGetters({\n showRefresh: \"settings/showRefresh\",\n }),\n },\n mounted() {\n document.onkeydown = (e) => {\n let e1 =\n e || event || window.event || arguments.callee.caller.arguments[0];\n if (e1 && e1.code === \"F8\") {\n this.refreshRoute();\n }\n };\n },\n methods: {\n async refreshRoute() {\n this.$baseEventBus.$emit(\"reloadRouterView\");\n },\n },\n };\n</script>\n"]}]}
|