接入数小福
This commit is contained in:
+14
-10
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user