|
@@ -1,9 +1,16 @@
|
|
<template>
|
|
<template>
|
|
|
|
+ <popu>
|
|
<iframe :src="url" height="99.5%" width="100%" frameBorder="0" />
|
|
<iframe :src="url" height="99.5%" width="100%" frameBorder="0" />
|
|
|
|
+ </popu>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
|
|
+import popu from '@/components/template/popu.vue';
|
|
|
|
+
|
|
import { getFanruanToken } from '@/utils/auth'
|
|
import { getFanruanToken } from '@/utils/auth'
|
|
export default {
|
|
export default {
|
|
|
|
+ components: {
|
|
|
|
+ popu,
|
|
|
|
+ },
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
fanruanToken: getFanruanToken()
|
|
fanruanToken: getFanruanToken()
|