接入数小福

This commit is contained in:
zyn
2023-08-23 11:53:07 +08:00
parent 8081c53a3b
commit 27a784768a
2 changed files with 150 additions and 10 deletions
+14 -10
View File
@@ -1,18 +1,20 @@
<template>
<div id="app">
<!-- 596843564600706080-->
<iframe
src="https://iftappwelink.foton.com.cn/ke_fu_ui/?groupId=596843564600706080"
style="position: absolute; bottom: 1%;right: 10px;z-index: 10000"
height="490"
width="510"
frameborder="0"
scrolling="0"
></iframe>
<!-- <iframe-->
<!-- src="https://iftappwelink.foton.com.cn/ke_fu_ui/?groupId=596843564600706080"-->
<!-- style="position: absolute; bottom: 1%;right: 10px;z-index: 10000"-->
<!-- height="490"-->
<!-- width="510"-->
<!-- frameborder="0"-->
<!-- scrolling="0"-->
<!-- ></iframe>-->
<!-- 数小福 -->
<customerService></customerService>
<!-- <router-view v-if="!isBoolean"/>-->
<span v-if="this.$route.name === 'Login'|| !isBoolean">
<router-view/>
</span>
<router-view/>
</span>
<span v-else>
<div class="content-box" v-if="isCollapse">
<el-container>
@@ -93,9 +95,11 @@
<script>
import {mapGetters, mapState} from 'vuex'
import {webLoginType, ssoLogoutUrlDev} from '@/sysConfig'
import customerService from "@/components/customerService";
export default {
name: 'App',
components: { customerService },
data() {
return {
isBoolean: false,