bugfix and performance improvements

This commit is contained in:
quantulr
2023-07-28 17:28:29 +08:00
parent 5c50715a33
commit 0933d20717
83 changed files with 1308 additions and 1308 deletions

View File

@ -8,14 +8,14 @@
<div class="text" style="flex: 1">{{ data.name }}</div>
</div>
<div class="line">
企业规模
{{ "webSearch.companySize" }}
<span>{{ data.kind_title || "后台暂没提供" }}</span>
</div>
<div class="line">
核心产品及应用场景 <span>{{ data.product }}</span>
{{ t("webSearch.coreProducts") }} <span>{{ data.product }}</span>
</div>
<div class="line">
企业网站
{{ t("webSearch.companyWebsite") }}
<a :href="data.url"
><span>{{ data.url || "后台暂没提供" }}</span></a
>
@ -33,7 +33,9 @@
<script setup>
import wordcloud from "./wordcloud.vue";
import { useRoute, useRouter } from "vue-router";
import { useI18n } from "vue-i18n";
const { t } = useI18n();
const route = useRoute();
const router = useRouter();
const props = defineProps({