1 |
- {"remainingRequest":"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\\views\\common\\AuthorizePage.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\src\\views\\common\\AuthorizePage.vue","mtime":1678954023605},{"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\\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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KZXhwb3J0IGRlZmF1bHQgewogIGRhdGEoKSB7CiAgICByZXR1cm4gewogICAgICB0aW1lTnVtOiAxMAogICAgfTsKICB9LAoKICBjcmVhdGVkKCkgewogICAgLy8gPCEtLXRoaXMuJHJvdXRlci5wdXNoKCcvZHJpdmVDYWJpbicpLS0+CiAgICBsZXQgdGltZXMgPSBzZXRJbnRlcnZhbCgoKSA9PiB7CiAgICAgIHRoaXMudGltZU51bSA9IHRoaXMudGltZU51bSAtIDE7CgogICAgICBpZiAodGhpcy50aW1lTnVtID09PSAwKSB7CiAgICAgICAgY2xlYXJJbnRlcnZhbCh0aW1lcyk7CiAgICAgICAgdGhpcy4kcm91dGVyLnB1c2goIi8iKTsKICAgICAgfQogICAgfSwgMTAwMCk7CiAgfSwKCiAgbWV0aG9kczoge30KfTs="},{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA;EACAA;IACA;MACAC;IADA;EAGA,CALA;;EAMAC;IACA;IACA;MACA;;MACA;QACAC;QACA;MACA;IACA,CANA,EAMA,IANA;EAOA,CAfA;;EAgBAC;AAhBA","names":["data","timeNum","created","clearInterval","methods"],"sourceRoot":"src/views/common","sources":["AuthorizePage.vue"],"sourcesContent":["<!--this.$router.push('/driveCabin')-->\n<template>\n <div style=\"background: #fff; height: 100vh\">\n <div class=\"errPage-container\">\n <el-row>\n <el-col :span=\"14\">\n <img\n src=\"@/assets/img/icon-success.png\"\n style=\"width: 100%\"\n alt=\"授权成功\"\n />\n </el-col>\n <el-col :span=\"10\">\n <div class=\"text-jumbo text-ginormous\">授权成功!</div>\n <h2>{{ timeNum }} 秒后页面将自动返回到首页</h2>\n <p style=\"padding-top: 30px\">或者,你可以</p>\n <p>\n <el-button type=\"text\" @click=\"$router.push('/driveCabin')\">\n 立即回首页\n </el-button>\n </p>\n </el-col>\n </el-row>\n </div>\n </div>\n</template>\n\n<script>\n export default {\n data() {\n return {\n timeNum: 10,\n };\n },\n created() {\n // <!--this.$router.push('/driveCabin')-->\n let times = setInterval(() => {\n this.timeNum = this.timeNum - 1;\n if (this.timeNum === 0) {\n clearInterval(times);\n this.$router.push(\"/\");\n }\n }, 1000);\n },\n methods: {},\n };\n</script>\n\n<style scoped>\n .text-ginormous {\n margin: 40px 0;\n }\n .errPage-container {\n width: 800px;\n max-width: 100%;\n margin: 0 auto;\n padding-top: 150px;\n }\n .errPage-container .pan-back-btn {\n background: #409eff;\n color: #fff;\n border: none !important;\n }\n .errPage-container .pan-gif {\n margin: 0 auto;\n display: block;\n }\n .errPage-container .pan-img {\n display: block;\n margin: 0 auto;\n width: 100%;\n }\n .errPage-container .text-jumbo {\n font-size: 60px;\n color: #484848;\n }\n .errPage-container .list-unstyled {\n font-size: 14px;\n padding-left: 40px;\n }\n .errPage-container .list-unstyled li {\n padding-bottom: 5px;\n list-style: outside;\n }\n .errPage-container .list-unstyled a {\n color: #409eff;\n text-decoration: none;\n }\n .errPage-container .list-unstyled a:hover {\n text-decoration: underline;\n }\n</style>\n"]}]}
|