新增微信企业客服配置

This commit is contained in:
gyq
2025-12-29 16:09:41 +08:00
parent bee51d6d1a
commit 2325b89093
2 changed files with 116 additions and 0 deletions

View File

@@ -6,11 +6,13 @@
<el-tab-pane label="安全设置" name="4"></el-tab-pane>
<el-tab-pane label="跳转小程序" name="6" v-if="shopId == 1"></el-tab-pane>
<el-tab-pane label="通知中心" name="7"></el-tab-pane>
<el-tab-pane label="客服设置" name="8"></el-tab-pane>
</el-tabs>
<shopInfo v-if="activeName == 1" />
<safe v-if="activeName == 4" />
<notifications v-if="activeName == 7" />
<!-- <goxcx v-if="activeName == 6" />-->
<contactSetting v-if="activeName == 8" />
</div>
</div>
</template>
@@ -19,6 +21,7 @@
import shopInfo from "./components/shopInfo.vue";
import safe from "./components/safe.vue";
import notifications from "./components/notifications.vue";
import contactSetting from "./components/contactSetting.vue";
const state = reactive({
activeName: "1",