bug修复

This commit is contained in:
wuhongjian 2022-07-19 13:40:11 +08:00
parent d757b3c8cd
commit 578b63fdd0
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-08 11:32:22 * @Date: 2022-06-08 11:32:22
* @LastEditors: hisense.wuhongjian * @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-07-18 18:49:16 * @LastEditTime: 2022-07-19 13:22:03
* @Description: 应用详情页 * @Description: 应用详情页
--> -->
<template> <template>
@ -94,6 +94,7 @@
queryPartAppByKeyId, queryPartAppByKeyId,
browsingInsert, browsingInsert,
} from '@/api/home' } from '@/api/home'
import { useRouter } from 'vue-router'
import mybus from '@/myplugins/mybus' import mybus from '@/myplugins/mybus'
const associatedComponents = ref([{ type: '组件服务', dataList: [] }]) const associatedComponents = ref([{ type: '组件服务', dataList: [] }])
let loading = ref(true) let loading = ref(true)