wujingjing
2024-11-05 346b6f8d306aba92d45ac7ce6ee31be3d38662ad
src/components/chat/chatComponents/summaryCom/components/amisPage/AmisPage.vue
@@ -1,7 +1,7 @@
<template>
   <div>
      <span v-if="data?.title" class="text-base font-bold flex-center">{{ data?.title }}</span>
      <AMISRenderer :schema="data?.amis_json" :locals="data?.amis_data" @ready="amisReady"/>
      <AMISRenderer :schema="data?.amis_json" :context="data?.amis_data" @ready="amisReady"/>
   </div>
</template>
@@ -16,7 +16,7 @@
// import  市场综合状态 from './testData/市场综合状态.json'
// import  销售季度销量 from './testData/销售季度销量.json'
// import  经济运行 from './testData/经济运行.json'
// import testData from './testData.json'
import testData from './testData.json'
const props = defineProps({
   data: {