forked from liweijie/education
1 line
5.0 KiB
JSON
1 line
5.0 KiB
JSON
{"remainingRequest":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\babel-loader\\lib\\index.js!C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\views\\teachBusiness\\semester\\calendar.vue?vue&type=script&lang=js","dependencies":[{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\views\\teachBusiness\\semester\\calendar.vue","mtime":1787567871680},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\babel-loader\\lib\\index.js","mtime":1787309793142},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js","mtime":1787309793790},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\babel.config.js","mtime":1787567871334},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\babel-loader\\lib\\index.js","mtime":1787309793142},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js","mtime":1787309793790}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:InVzZSBzdHJpY3QiOwoKdmFyIF9pbnRlcm9wUmVxdWlyZURlZmF1bHQgPSByZXF1aXJlKCJDOi9Vc2Vycy9BZG1pbi9EZXNrdG9wL2VkdWNhdGlvbi9mcm9udGVuZC9ub2RlX21vZHVsZXMvQGJhYmVsL3J1bnRpbWUvaGVscGVycy9pbnRlcm9wUmVxdWlyZURlZmF1bHQuanMiKS5kZWZhdWx0OwpPYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgIl9fZXNNb2R1bGUiLCB7CiAgdmFsdWU6IHRydWUKfSk7CmV4cG9ydHMuZGVmYXVsdCA9IHZvaWQgMDsKcmVxdWlyZSgiY29yZS1qcy9tb2R1bGVzL2VzLmZ1bmN0aW9uLm5hbWUuanMiKTsKcmVxdWlyZSgiY29yZS1qcy9tb2R1bGVzL2VzLnJlZ2V4cC5leGVjLmpzIik7CnJlcXVpcmUoImNvcmUtanMvbW9kdWxlcy9lcy5zdHJpbmcucmVwbGFjZS5qcyIpOwp2YXIgX1NjaG9vbENhbGVuZGFyRWRpdG9yID0gX2ludGVyb3BSZXF1aXJlRGVmYXVsdChyZXF1aXJlKCJAL3ZpZXdzL3RlYWNoQnVzaW5lc3MvY2FsZW5kYXIvY29tcG9uZW50cy9TY2hvb2xDYWxlbmRhckVkaXRvciIpKTsKLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KdmFyIF9kZWZhdWx0ID0gZXhwb3J0cy5kZWZhdWx0ID0gewogIG5hbWU6ICdTZW1lc3RlckNhbGVuZGFyRWRpdCcsCiAgY29tcG9uZW50czogewogICAgU2Nob29sQ2FsZW5kYXJFZGl0b3I6IF9TY2hvb2xDYWxlbmRhckVkaXRvci5kZWZhdWx0CiAgfSwKICBkYXRhOiBmdW5jdGlvbiBkYXRhKCkgewogICAgcmV0dXJuIHsKICAgICAgbmQ6ICcnLAogICAgICBzZW1lc3Rlck5hbWU6ICcnCiAgICB9OwogIH0sCiAgY3JlYXRlZDogZnVuY3Rpb24gY3JlYXRlZCgpIHsKICAgIHRoaXMubmQgPSB0aGlzLiRyb3V0ZS5xdWVyeS5uZCB8fCAnJzsKICAgIHRoaXMuc2VtZXN0ZXJOYW1lID0gdGhpcy4kcm91dGUucXVlcnkubmFtZSB8fCAnJzsKICB9LAogIG1ldGhvZHM6IHsKICAgIGhhbmRsZUNsb3NlOiBmdW5jdGlvbiBoYW5kbGVDbG9zZSgpIHsKICAgICAgdGhpcy4kcm91dGVyLnJlcGxhY2UoewogICAgICAgIHBhdGg6ICcvdGVhY2hCdXNpbmVzcy9zZW1lc3RlcicKICAgICAgfSk7CiAgICB9CiAgfQp9Ow=="},{"version":3,"names":["_SchoolCalendarEditor","_interopRequireDefault","require","name","components","SchoolCalendarEditor","data","nd","semesterName","created","$route","query","methods","handleClose","$router","replace","path"],"sources":["src/views/teachBusiness/semester/calendar.vue"],"sourcesContent":["<template>\r\n <div class=\"teach-calendar app-container\">\r\n <school-calendar-editor\r\n v-if=\"nd\"\r\n :nd=\"nd\"\r\n :semester-name=\"semesterName\"\r\n @close=\"handleClose\"\r\n />\r\n <div v-else class=\"calendar-empty\">未指定学期,请从学期管理页面进入。</div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport SchoolCalendarEditor from '@/views/teachBusiness/calendar/components/SchoolCalendarEditor'\r\n\r\nexport default {\r\n name: 'SemesterCalendarEdit',\r\n components: { SchoolCalendarEditor },\r\n data() {\r\n return {\r\n nd: '',\r\n semesterName: ''\r\n }\r\n },\r\n created() {\r\n this.nd = this.$route.query.nd || ''\r\n this.semesterName = this.$route.query.name || ''\r\n },\r\n methods: {\r\n handleClose() {\r\n this.$router.replace({ path: '/teachBusiness/semester' })\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped>\r\n.teach-calendar {\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n padding: 12px;\r\n box-sizing: border-box;\r\n}\r\n.calendar-empty {\r\n flex: 1;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n color: #909399;\r\n font-size: 14px;\r\n}\r\n</style>\r\n"],"mappings":";;;;;;;;;;AAaA,IAAAA,qBAAA,GAAAC,sBAAA,CAAAC,OAAA;;;;;;;;;;;;;iCAEA;EACAC,IAAA;EACAC,UAAA;IAAAC,oBAAA,EAAAA;EAAA;EACAC,IAAA,WAAAA,KAAA;IACA;MACAC,EAAA;MACAC,YAAA;IACA;EACA;EACAC,OAAA,WAAAA,QAAA;IACA,KAAAF,EAAA,QAAAG,MAAA,CAAAC,KAAA,CAAAJ,EAAA;IACA,KAAAC,YAAA,QAAAE,MAAA,CAAAC,KAAA,CAAAR,IAAA;EACA;EACAS,OAAA;IACAC,WAAA,WAAAA,YAAA;MACA,KAAAC,OAAA,CAAAC,OAAA;QAAAC,IAAA;MAAA;IACA;EACA;AACA","ignoreList":[]}]} |