{"remainingRequest":"D:\\源码\\vue-element-admin-master\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\源码\\vue-element-admin-master\\src\\views\\error-log\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\源码\\vue-element-admin-master\\src\\views\\error-log\\index.vue","mtime":1649647926000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBFcnJvckEgZnJvbSAnLi9jb21wb25lbnRzL0Vycm9yVGVzdEEnCmltcG9ydCBFcnJvckIgZnJvbSAnLi9jb21wb25lbnRzL0Vycm9yVGVzdEInCgpleHBvcnQgZGVmYXVsdCB7CiAgbmFtZTogJ0Vycm9yTG9nJywKICBjb21wb25lbnRzOiB7IEVycm9yQSwgRXJyb3JCIH0KfQo="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAkBA;AACA;;AAEA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/error-log","sourcesContent":["<template>\n <div class=\"errPage-container\">\n <ErrorA />\n <ErrorB />\n <h3>Please click the bug icon in the upper right corner</h3>\n <aside>\n Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.\n <a target=\"_blank\" class=\"link-type\" href=\"https://panjiachen.github.io/vue-element-admin-site/guide/advanced/error.html\">\n Document introduction\n </a>\n </aside>\n <a href=\"#\">\n <img src=\"https://wpimg.wallstcn.com/360e4842-4db5-42d0-b078-f9a84a825546.gif\">\n </a>\n </div>\n</template>\n\n<script>\nimport ErrorA from './components/ErrorTestA'\nimport ErrorB from './components/ErrorTestB'\n\nexport default {\n name: 'ErrorLog',\n components: { ErrorA, ErrorB }\n}\n</script>\n\n<style scoped>\n .errPage-container {\n padding: 30px;\n }\n</style>\n"]}]}
|