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.1 KiB

{"remainingRequest":"D:\\code\\vue\\admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\code\\vue\\admin\\src\\views\\404.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\code\\vue\\admin\\src\\views\\404.vue","mtime":1709633785000},{"path":"D:\\code\\vue\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\code\\vue\\admin\\node_modules\\babel-loader\\lib\\index.js","mtime":499162500000},{"path":"D:\\code\\vue\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\code\\vue\\admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KDQpleHBvcnQgZGVmYXVsdCB7DQogIG1ldGhvZHM6IHsNCiAgICBiYWNrKCkgew0KICAgICAgd2luZG93Lmhpc3RvcnkubGVuZ3RoID4gMSA/IHRoaXMuJHJvdXRlci5nbygtMSkgOiB0aGlzLiRyb3V0ZXIucHVzaCgiLyIpOw0KICAgIH0NCiAgfQ0KfTsNCg=="},{"version":3,"sources":["404.vue"],"names":[],"mappings":";;;;;;;;;;;AAWA;AACA;AACA;AACA;AACA;AACA;AACA","file":"404.vue","sourceRoot":"src/views","sourcesContent":["<template>\r\n <div class=\"content\">\r\n <img class=\"backgroud\" src=\"@/assets/img/404.png\" alt>\r\n <div class=\"text main-text\">出错了...页面失踪了</div>\r\n <div>\r\n <el-button class=\"text\" @click=\"back()\" type=\"text\" icon=\"el-icon-back\">返回</el-button>\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n methods: {\r\n back() {\r\n window.history.length > 1 ? this.$router.go(-1) : this.$router.push(\"/\");\r\n }\r\n }\r\n};\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n.content {\r\n display: flex;\r\n align-items: center;\r\n flex-direction: column;\r\n width: 100%;\r\n height: 100%;\r\n min-height: 900px;\r\n text-align: center;\r\n .backgroud {\r\n display: inline-block;\r\n width: 200px;\r\n height: 200px;\r\n margin-top: 80px;\r\n }\r\n .main-text{\r\n margin-top: 80px;\r\n }\r\n .text {\r\n font-size: 24px;\r\n font-weight: bold;\r\n color: #333;\r\n }\r\n}\r\n</style>\r\n\r\n"]}]}