yz3456
2024-05-01 81475c257b068c74f335024f7a15359a03cad8e8
1
{"remainingRequest":"D:\\Users\\小蓝\\Desktop\\赖博士版\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\Users\\小蓝\\Desktop\\赖博士版\\ruoyi-ui\\src\\App.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\Users\\小蓝\\Desktop\\赖博士版\\ruoyi-ui\\src\\App.vue","mtime":1679102424683},{"path":"D:\\Users\\小蓝\\Desktop\\赖博士版\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\Users\\小蓝\\Desktop\\赖博士版\\ruoyi-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\Users\\小蓝\\Desktop\\赖博士版\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\Users\\小蓝\\Desktop\\赖博士版\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBUaGVtZVBpY2tlciBmcm9tICJAL2NvbXBvbmVudHMvVGhlbWVQaWNrZXIiOwoKZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICJBcHAiLAogIGNvbXBvbmVudHM6IHsgVGhlbWVQaWNrZXIgfSwKICAgIG1ldGFJbmZvKCkgewogICAgICAgIHJldHVybiB7CiAgICAgICAgICAgIHRpdGxlOiB0aGlzLiRzdG9yZS5zdGF0ZS5zZXR0aW5ncy5keW5hbWljVGl0bGUgJiYgdGhpcy4kc3RvcmUuc3RhdGUuc2V0dGluZ3MudGl0bGUsCiAgICAgICAgICAgIHRpdGxlVGVtcGxhdGU6IHRpdGxlID0+IHsKICAgICAgICAgICAgICAgIHJldHVybiB0aXRsZSA/IGAke3RpdGxlfSAtICR7cHJvY2Vzcy5lbnYuVlVFX0FQUF9USVRMRX1gIDogcHJvY2Vzcy5lbnYuVlVFX0FQUF9USVRMRQogICAgICAgICAgICB9CiAgICAgICAgfQogICAgfQp9Owo="},{"version":3,"sources":["App.vue"],"names":[],"mappings":";;;;;;;;;;;AAWA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"App.vue","sourceRoot":"src","sourcesContent":["<template>\n  <div id=\"app\">\n    <router-view />\n\n\n\n    <theme-picker />\n  </div>\n</template>\n\n<script>\nimport ThemePicker from \"@/components/ThemePicker\";\n\nexport default {\n  name: \"App\",\n  components: { ThemePicker },\n    metaInfo() {\n        return {\n            title: this.$store.state.settings.dynamicTitle && this.$store.state.settings.title,\n            titleTemplate: title => {\n                return title ? `${title} - ${process.env.VUE_APP_TITLE}` : process.env.VUE_APP_TITLE\n            }\n        }\n    }\n};\n</script>\n<style scoped>\n#app .theme-picker {\n  display: none;\n}\n</style>\n"]}]}