{"remainingRequest":"/data/jenkins/workspace/mer.mall2.baibaodun.cn/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/mer.mall2.baibaodun.cn/src/layout/components/Sidebar/Logo.vue?vue&type=script&lang=js","dependencies":[{"path":"/data/jenkins/workspace/mer.mall2.baibaodun.cn/src/layout/components/Sidebar/Logo.vue","mtime":1720764823954},{"path":"/data/jenkins/workspace/mer.mall2.baibaodun.cn/node_modules/babel-loader/lib/index.js","mtime":456789000000},{"path":"/data/jenkins/workspace/mer.mall2.baibaodun.cn/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/mer.mall2.baibaodun.cn/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n// +----------------------------------------------------------------------\n// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]\n// +----------------------------------------------------------------------\n// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.\n// +----------------------------------------------------------------------\n// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权\n// +----------------------------------------------------------------------\n// | Author: CRMEB Team \n// +----------------------------------------------------------------------\n\nimport * as systemConfigApi from '@/api/systemSetting.js';\nexport default {\n name: 'SidebarLogo',\n props: {\n collapse: {\n type: Boolean,\n required: true,\n },\n },\n data() {\n return {\n title: 'Vue Element Admin',\n logo: '',\n logoSmall: '',\n };\n },\n mounted() {\n this.getLogo();\n this.getSquareLogo();\n },\n methods: {\n getLogo() {\n systemConfigApi.configGetUniq({ key: 'mer_site_logo_lefttop' }).then((data) => {\n this.logo = data;\n });\n },\n getSquareLogo() {\n systemConfigApi.configGetUniq({ key: 'mer_site_logo_square' }).then((data) => {\n this.logoSmall = data;\n });\n },\n },\n};\n",null]}