DSDSServer2024/build/build.20240805/static/js/30.d0327bd60b1f3b5038ea.js

1 line
1.5 KiB
JavaScript
Raw Normal View History

webpackJsonp([30],{oHfp:function(e,a,t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i={name:"ReleaseConfig",components:{},props:{},data:function(){return{activeName:"FAQ"}},created:function(){},mounted:function(){this.init()},methods:{init:function(){switch(this.$route.name){case"faqConfig":this.activeName="FAQ";break;case"urlConfig":this.activeName="URL";break;case"softConfig":this.activeName="Software";break;case"pubDynamic":this.activeName="pubDynamic"}},handleClick:function(){switch(console.log(this.activeName),this.activeName){case"FAQ":this.$router.push({path:"faqConfig"});break;case"URL":this.$router.push({path:"urlConfig"});break;case"Software":this.$router.push({path:"softConfig"});break;case"pubDynamic":this.$router.push({path:"pubDynamic"})}}}},n={render:function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("div",{staticClass:"configBox"},[t("div",{staticClass:"tableSearch"},[t("el-tabs",{attrs:{type:"card"},on:{"tab-click":e.handleClick},model:{value:e.activeName,callback:function(a){e.activeName=a},expression:"activeName"}},[t("el-tab-pane",{attrs:{label:"FAQ配置",name:"FAQ"}}),e._v(" "),t("el-tab-pane",{attrs:{label:"URL配置",name:"URL"}}),e._v(" "),t("el-tab-pane",{attrs:{label:"软件工具配置",name:"Software"}}),e._v(" "),t("el-tab-pane",{attrs:{label:"发布动态配置",name:"pubDynamic"}})],1)],1),e._v(" "),t("router-view")],1)},staticRenderFns:[]},s=t("VU/8")(i,n,!1,null,null,null);a.default=s.exports}});