forked from liweijie/education
1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
{"remainingRequest":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\layout\\components\\Copyright\\index.vue?vue&type=style&index=0&id=32cef426&scoped=true&lang=css","dependencies":[{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\layout\\components\\Copyright\\index.vue","mtime":1787309162966},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\css-loader\\dist\\cjs.js","mtime":1787309792478},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1787309794547},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\postcss-loader\\src\\index.js","mtime":1787309793084},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCg0KLmNvcHlyaWdodCB7DQogIHBvc2l0aW9uOiBmaXhlZDsNCiAgYm90dG9tOiAwOw0KICBsZWZ0OiAwOw0KICByaWdodDogMDsNCiAgaGVpZ2h0OiAzNnB4Ow0KICBwYWRkaW5nOiAxMHB4IDIwcHg7DQogIHRleHQtYWxpZ246IHJpZ2h0Ow0KICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjhmOGY4Ow0KICBjb2xvcjogIzY2NjsNCiAgZm9udC1zaXplOiAxNHB4Ow0KICBib3JkZXItdG9wOiAxcHggc29saWQgI2U3ZTdlNzsNCiAgei1pbmRleDogOTk5Ow0KfQ0K"},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAoBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/layout/components/Copyright","sourcesContent":["<template>\r\n <footer v-if=\"visible\" class=\"copyright\">\r\n <span>{{ content }}</span>\r\n </footer>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n computed: {\r\n visible() {\r\n return this.$store.state.settings.footerVisible\r\n },\r\n content() {\r\n return this.$store.state.settings.footerContent\r\n }\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped>\r\n.copyright {\r\n position: fixed;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n height: 36px;\r\n padding: 10px 20px;\r\n text-align: right;\r\n background-color: #f8f8f8;\r\n color: #666;\r\n font-size: 14px;\r\n border-top: 1px solid #e7e7e7;\r\n z-index: 999;\r\n}\r\n</style>"]}]} |