Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/vue-loader/1e2dadc9782016f1da6f50cefef672a0.json
2024-12-05 09:33:18 +08:00

1 line
11 KiB
JSON

{"remainingRequest":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\layout\\components\\Settings\\index.vue?vue&type=template&id=126b135a&scoped=true","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\layout\\components\\Settings\\index.vue","mtime":1732871026532},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1732872827008},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1732872825835}],"contextDependencies":[],"result":["var render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"drawer-container\" }, [\n _c(\n \"div\",\n [\n _c(\"div\", { staticClass: \"setting-drawer-content\" }, [\n _c(\"div\", { staticClass: \"setting-drawer-title\" }, [\n _c(\"h3\", { staticClass: \"drawer-title\" }, [\n _vm._v(_vm._s(_vm.$t(\"auto.common.Theme_style_setting\"))),\n ]),\n ]),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"setting-drawer-block-checbox\" }, [\n _c(\n \"div\",\n {\n staticClass: \"setting-drawer-block-checbox-item\",\n on: {\n click: function ($event) {\n return _vm.handleTheme(\"theme-dark\")\n },\n },\n },\n [\n _c(\"img\", {\n attrs: {\n src: require(\"@/assets/images/dark.svg\"),\n alt: \"dark\",\n },\n }),\n _vm._v(\" \"),\n _vm.sideTheme === \"theme-dark\"\n ? _c(\n \"div\",\n {\n staticClass: \"setting-drawer-block-checbox-selectIcon\",\n staticStyle: { display: \"block\" },\n },\n [\n _c(\n \"i\",\n {\n staticClass: \"anticon anticon-check\",\n attrs: { \"aria-label\": \"图标: check\" },\n },\n [\n _c(\n \"svg\",\n {\n attrs: {\n viewBox: \"64 64 896 896\",\n \"data-icon\": \"check\",\n width: \"1em\",\n height: \"1em\",\n fill: _vm.theme,\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n },\n },\n [\n _c(\"path\", {\n attrs: {\n d: \"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z\",\n },\n }),\n ]\n ),\n ]\n ),\n ]\n )\n : _vm._e(),\n ]\n ),\n _vm._v(\" \"),\n _c(\n \"div\",\n {\n staticClass: \"setting-drawer-block-checbox-item\",\n on: {\n click: function ($event) {\n return _vm.handleTheme(\"theme-light\")\n },\n },\n },\n [\n _c(\"img\", {\n attrs: {\n src: require(\"@/assets/images/light.svg\"),\n alt: \"light\",\n },\n }),\n _vm._v(\" \"),\n _vm.sideTheme === \"theme-light\"\n ? _c(\n \"div\",\n {\n staticClass: \"setting-drawer-block-checbox-selectIcon\",\n staticStyle: { display: \"block\" },\n },\n [\n _c(\n \"i\",\n {\n staticClass: \"anticon anticon-check\",\n attrs: { \"aria-label\": \"图标: check\" },\n },\n [\n _c(\n \"svg\",\n {\n attrs: {\n viewBox: \"64 64 896 896\",\n \"data-icon\": \"check\",\n width: \"1em\",\n height: \"1em\",\n fill: _vm.theme,\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n },\n },\n [\n _c(\"path\", {\n attrs: {\n d: \"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z\",\n },\n }),\n ]\n ),\n ]\n ),\n ]\n )\n : _vm._e(),\n ]\n ),\n ]),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"drawer-item\" },\n [\n _c(\"span\", [_vm._v(_vm._s(_vm.$t(\"auto.common.Theme_color\")))]),\n _vm._v(\" \"),\n _c(\"theme-picker\", {\n staticStyle: {\n float: \"right\",\n height: \"26px\",\n margin: \"-3px 8px 0 0\",\n },\n on: { change: _vm.themeChange },\n }),\n ],\n 1\n ),\n ]),\n _vm._v(\" \"),\n _c(\"el-divider\"),\n _vm._v(\" \"),\n _c(\"h3\", { staticClass: \"drawer-title\" }, [\n _vm._v(_vm._s(_vm.$t(\"auto.common.System_layout_configuration\"))),\n ]),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"drawer-item\" },\n [\n _c(\"span\", [\n _vm._v(_vm._s(_vm.$t(\"auto.common.Open\")) + \" TopNav\"),\n ]),\n _vm._v(\" \"),\n _c(\"el-switch\", {\n staticClass: \"drawer-switch\",\n model: {\n value: _vm.topNav,\n callback: function ($$v) {\n _vm.topNav = $$v\n },\n expression: \"topNav\",\n },\n }),\n ],\n 1\n ),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"drawer-item\" },\n [\n _c(\"span\", [\n _vm._v(_vm._s(_vm.$t(\"auto.common.Open\")) + \" Tags-Views\"),\n ]),\n _vm._v(\" \"),\n _c(\"el-switch\", {\n staticClass: \"drawer-switch\",\n model: {\n value: _vm.tagsView,\n callback: function ($$v) {\n _vm.tagsView = $$v\n },\n expression: \"tagsView\",\n },\n }),\n ],\n 1\n ),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"drawer-item\" },\n [\n _c(\"span\", [\n _vm._v(_vm._s(_vm.$t(\"auto.common.Fixation\")) + \" Header\"),\n ]),\n _vm._v(\" \"),\n _c(\"el-switch\", {\n staticClass: \"drawer-switch\",\n model: {\n value: _vm.fixedHeader,\n callback: function ($$v) {\n _vm.fixedHeader = $$v\n },\n expression: \"fixedHeader\",\n },\n }),\n ],\n 1\n ),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"drawer-item\" },\n [\n _c(\"span\", [\n _vm._v(_vm._s(_vm.$t(\"auto.common.Display\")) + \" Logo\"),\n ]),\n _vm._v(\" \"),\n _c(\"el-switch\", {\n staticClass: \"drawer-switch\",\n model: {\n value: _vm.sidebarLogo,\n callback: function ($$v) {\n _vm.sidebarLogo = $$v\n },\n expression: \"sidebarLogo\",\n },\n }),\n ],\n 1\n ),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"drawer-item\" },\n [\n _c(\"span\", [_vm._v(_vm._s(_vm.$t(\"auto.common.Dynamic_titles\")))]),\n _vm._v(\" \"),\n _c(\"el-switch\", {\n staticClass: \"drawer-switch\",\n model: {\n value: _vm.dynamicTitle,\n callback: function ($$v) {\n _vm.dynamicTitle = $$v\n },\n expression: \"dynamicTitle\",\n },\n }),\n ],\n 1\n ),\n _vm._v(\" \"),\n _c(\"el-divider\"),\n _vm._v(\" \"),\n _c(\n \"el-button\",\n {\n attrs: {\n size: \"mini\",\n type: \"primary\",\n plain: \"\",\n icon: \"el-icon-document-add\",\n },\n on: { click: _vm.saveSetting },\n },\n [_vm._v(_vm._s(_vm.$t(\"auto.common.Save_settings\")))]\n ),\n _vm._v(\" \"),\n _c(\n \"el-button\",\n {\n attrs: { size: \"mini\", plain: \"\", icon: \"el-icon-refresh\" },\n on: { click: _vm.resetSetting },\n },\n [_vm._v(_vm._s(_vm.$t(\"auto.common.Reset_settings\")))]\n ),\n ],\n 1\n ),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}