This commit is contained in:
liangzai 2025-01-13 17:13:57 +08:00
parent f37e0dd927
commit 1a40fabb93
6 changed files with 17 additions and 14 deletions

View File

@ -19,7 +19,7 @@ onMounted(() => {
s.parentNode.insertBefore(g, s);
g.onload = function () {
window.chatwootSDK.run({
websiteToken: "qfNrdMVTU8kTeXK5he1oCs1Q",
websiteToken: "XJqwnEWKVNte8iJW8DLroEzd",
baseUrl: BASE_URL,
});
};

View File

@ -181,7 +181,8 @@ const maskValue = computed(() => {
<template>
<div class="min-h-full from-blue-100 to-white bg-gradient-to-b">
<van-notice-bar color="#e03131" background="#ecf9ff" left-icon="info-o" text="由于全能查APP暂未上线建议将此网站加入收藏夹或书签" />
<van-notice-bar color="#e03131" background="#ecf9ff" left-icon="info-o"
text="由于全能查APP暂未上线建议将此网站加入收藏夹或书签或可以百度搜索全能查以及在微信全能查小程序复制链接打开" />
<!-- <CTabs :tabs="sortedTabs" type="blue-green" /> -->
<template v-if="isDone">
<div class="flex flex-col gap-y-4 p-4">
@ -308,6 +309,7 @@ const maskValue = computed(() => {
海南省学宇思网络科技有限公司版权所有
</div>
</div>
</template>
<style lang="scss" scoped>

View File

@ -201,7 +201,8 @@ const maskValue = computed(() => {
<template>
<div class="min-h-full from-blue-100 to-white bg-gradient-to-b">
<van-notice-bar color="#e03131" background="#ecf9ff" left-icon="info-o" text="由于全能查APP暂未上线建议将此网站加入收藏夹或书签" />
<van-notice-bar color="#e03131" background="#ecf9ff" left-icon="info-o"
text="由于全能查APP暂未上线建议将此网站加入收藏夹或书签或可以百度搜索全能查以及在微信全能查小程序复制链接打开" />
<!-- <CTabs :tabs="sortedTabs" type="blue-green" /> -->
<template v-if="isDone">
<div class="flex flex-col gap-y-4 p-4">

View File

@ -21,7 +21,7 @@ onMounted(() => {
s.parentNode.insertBefore(g, s);
g.onload = function () {
window.chatwootSDK.run({
websiteToken: "qfNrdMVTU8kTeXK5he1oCs1Q",
websiteToken: "XJqwnEWKVNte8iJW8DLroEzd",
baseUrl: BASE_URL,
type: "expanded_bubble", // 使
});

View File

@ -35,7 +35,7 @@
<li><strong>人车核验</strong> 查询个人与车辆的关联情况帮助识别车辆的所有权和风险</li>
<li><strong>名下车辆</strong> 查询个人名下的所有车辆信息了解其车辆资产</li>
<li><strong>双人婚姻</strong> 查询双人婚姻状况帮助评估婚姻的法律状态和风险</li>
<!-- <li><strong>自然人生存状态</strong> 查询个人的生存状态帮助验证其是否真实存在</li> -->
<li><strong>自然人生存状态</strong> 查询个人的生存状态帮助验证其是否真实存在</li>
<!-- <li><strong>银行卡三要素</strong> 查询银行卡的三要素验证账户信息的安全性</li> -->
<!-- <li><strong>学历核验</strong> 验证学历信息的真实性确保所提供的学历符合实际</li> -->
</ul>
@ -70,7 +70,7 @@ const menuItems = [
{ title: "手机二次卡", icon: sjeckIcon, product: "toc_PhoneSecondaryCard" },
{ title: "手机号码风险", icon: sjhmfxIcon, product: "toc_PhoneNumberRisk" },
{ title: "银行卡四要素", icon: yhk4ysIcon, product: "toc_BankCardFourElements" },
// { title: "", icon: zrrscztIcon, product: "toc_NaturalLifeStatus" },
{ title: "自然人生存状态", icon: zrrscztIcon, product: "toc_NaturalLifeStatus" },
// { title: "", icon: yhksysIcon, product: "toc_BankCardThreeElements" },
// { title: "", icon: xlhyIcon, product: "toc_EducationVerification" },
{ title: "人车核验", icon: rchyIcon, product: "toc_PersonVehicleVerification" },

View File

@ -14,19 +14,19 @@ export default defineConfig({
port: 5678, // 自定义端口号,可选
strictPort: true, // 如果端口被占用则抛出错误而不是使用下一个可用端口
proxy: {
'/api/v1': {
target: 'https://www.quannengcha.com', // 本地接口地址
changeOrigin: true,
},
// '/api/v1': {
// target: 'https://www.quannengcha.com', // 本地接口地址
// changeOrigin: true,
// },
'/api/v1/chat': {
target: 'https://www.quannengcha.com', // 本地接口地址
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api\/v1\/chat/, '/chat')
},
// '/api/v1': {
// target: 'https://6m4685017o.goho.co', // 本地接口地址
// changeOrigin: true,
// },
'/api/v1': {
target: 'https://6m4685017o.goho.co', // 本地接口地址
changeOrigin: true,
},
},
},