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
3.2 KiB
1 line
3.2 KiB
{"remainingRequest":"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin\\node_modules\\babel-loader\\lib\\index.js!G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin\\src\\views\\404.vue?vue&type=script&lang=js&","dependencies":[{"path":"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin\\src\\views\\404.vue","mtime":1703907393000},{"path":"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin\\node_modules\\babel-loader\\lib\\index.js","mtime":499162500000},{"path":"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KZXhwb3J0IGRlZmF1bHQgewogIG1ldGhvZHM6IHsKICAgIGJhY2s6IGZ1bmN0aW9uIGJhY2soKSB7CiAgICAgIHdpbmRvdy5oaXN0b3J5Lmxlbmd0aCA+IDEgPyB0aGlzLiRyb3V0ZXIuZ28oLTEpIDogdGhpcy4kcm91dGVyLnB1c2goIi8iKTsKICAgIH0KICB9Cn07"},{"version":3,"sources":["404.vue"],"names":[],"mappings":";;;;;;;;;;AAWA,eAAA;AACA,EAAA,OAAA,EAAA;AACA,IAAA,IADA,kBACA;AACA,MAAA,MAAA,CAAA,OAAA,CAAA,MAAA,GAAA,CAAA,GAAA,KAAA,OAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,GAAA,KAAA,OAAA,CAAA,IAAA,CAAA,GAAA,CAAA;AACA;AAHA;AADA,CAAA","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"],"sourceRoot":"src/views"}]} |