1 |
- {"remainingRequest":"E:\\mec-cloud_IntelligentManufacturing_CRM\\mec-cloud_IntelligentManufacturing_CRM\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\mec-cloud_IntelligentManufacturing_CRM\\mec-cloud_IntelligentManufacturing_CRM\\ruoyi-ui\\src\\views\\error\\401.vue?vue&type=style&index=0&id=099c4504&lang=scss&scoped=true&","dependencies":[{"path":"E:\\mec-cloud_IntelligentManufacturing_CRM\\mec-cloud_IntelligentManufacturing_CRM\\ruoyi-ui\\src\\views\\error\\401.vue","mtime":1686103739477},{"path":"E:\\mec-cloud_IntelligentManufacturing_CRM\\mec-cloud_IntelligentManufacturing_CRM\\ruoyi-ui\\node_modules\\css-loader\\dist\\cjs.js","mtime":1688725399018},{"path":"E:\\mec-cloud_IntelligentManufacturing_CRM\\mec-cloud_IntelligentManufacturing_CRM\\ruoyi-ui\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1688725423149},{"path":"E:\\mec-cloud_IntelligentManufacturing_CRM\\mec-cloud_IntelligentManufacturing_CRM\\ruoyi-ui\\node_modules\\postcss-loader\\src\\index.js","mtime":1688725407590},{"path":"E:\\mec-cloud_IntelligentManufacturing_CRM\\mec-cloud_IntelligentManufacturing_CRM\\ruoyi-ui\\node_modules\\sass-loader\\dist\\cjs.js","mtime":1688725390930},{"path":"E:\\mec-cloud_IntelligentManufacturing_CRM\\mec-cloud_IntelligentManufacturing_CRM\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1688725391035},{"path":"E:\\mec-cloud_IntelligentManufacturing_CRM\\mec-cloud_IntelligentManufacturing_CRM\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1688725415411}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgouZXJyUGFnZS1jb250YWluZXIgewogIHdpZHRoOiA4MDBweDsKICBtYXgtd2lkdGg6IDEwMCU7CiAgbWFyZ2luOiAxMDBweCBhdXRvOwogIC5wYW4tYmFjay1idG4gewogICAgYmFja2dyb3VuZDogIzAwODQ4OTsKICAgIGNvbG9yOiAjZmZmOwogICAgYm9yZGVyOiBub25lIWltcG9ydGFudDsKICB9CiAgLnBhbi1naWYgewogICAgbWFyZ2luOiAwIGF1dG87CiAgICBkaXNwbGF5OiBibG9jazsKICB9CiAgLnBhbi1pbWcgewogICAgZGlzcGxheTogYmxvY2s7CiAgICBtYXJnaW46IDAgYXV0bzsKICAgIHdpZHRoOiAxMDAlOwogIH0KICAudGV4dC1qdW1ibyB7CiAgICBmb250LXNpemU6IDYwcHg7CiAgICBmb250LXdlaWdodDogNzAwOwogICAgY29sb3I6ICM0ODQ4NDg7CiAgfQogIC5saXN0LXVuc3R5bGVkIHsKICAgIGZvbnQtc2l6ZTogMTRweDsKICAgIGxpIHsKICAgICAgcGFkZGluZy1ib3R0b206IDVweDsKICAgIH0KICAgIGEgewogICAgICBjb2xvcjogIzAwODQ4OTsKICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lOwogICAgICAmOmhvdmVyIHsKICAgICAgICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKICAgICAgfQogICAgfQogIH0KfQo="},{"version":3,"sources":["401.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"401.vue","sourceRoot":"src/views/error","sourcesContent":["<template>\r\n <div class=\"errPage-container\">\r\n <el-button icon=\"arrow-left\" class=\"pan-back-btn\" @click=\"back\">\r\n 返回\r\n </el-button>\r\n <el-row>\r\n <el-col :span=\"12\">\r\n <h1 class=\"text-jumbo text-ginormous\">\r\n 401错误!\r\n </h1>\r\n <h2>您没有访问权限!</h2>\r\n <h6>对不起,您没有访问权限,请不要进行非法操作!您可以返回主页面</h6>\r\n <ul class=\"list-unstyled\">\r\n <li class=\"link-type\">\r\n <router-link to=\"/\">\r\n 回首页\r\n </router-link>\r\n </li>\r\n </ul>\r\n </el-col>\r\n <el-col :span=\"12\">\r\n <img :src=\"errGif\" width=\"313\" height=\"428\" alt=\"Girl has dropped her ice cream.\">\r\n </el-col>\r\n </el-row>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport errGif from '@/assets/401_images/401.gif'\r\n\r\nexport default {\r\n name: 'Page401',\r\n data() {\r\n return {\r\n errGif: errGif + '?' + +new Date()\r\n }\r\n },\r\n methods: {\r\n back() {\r\n if (this.$route.query.noGoBack) {\r\n this.$router.push({ path: '/' })\r\n } else {\r\n this.$router.go(-1)\r\n }\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n .errPage-container {\r\n width: 800px;\r\n max-width: 100%;\r\n margin: 100px auto;\r\n .pan-back-btn {\r\n background: #008489;\r\n color: #fff;\r\n border: none!important;\r\n }\r\n .pan-gif {\r\n margin: 0 auto;\r\n display: block;\r\n }\r\n .pan-img {\r\n display: block;\r\n margin: 0 auto;\r\n width: 100%;\r\n }\r\n .text-jumbo {\r\n font-size: 60px;\r\n font-weight: 700;\r\n color: #484848;\r\n }\r\n .list-unstyled {\r\n font-size: 14px;\r\n li {\r\n padding-bottom: 5px;\r\n }\r\n a {\r\n color: #008489;\r\n text-decoration: none;\r\n &:hover {\r\n text-decoration: underline;\r\n }\r\n }\r\n }\r\n }\r\n</style>\r\n"]}]}
|