f
This commit is contained in:
2
.env
2
.env
@@ -18,5 +18,5 @@ VITE_CHAT_AES_IV=345GDFED433223DF
|
||||
|
||||
VITE_SHARE_TITLE=真爱查|大数据风险报告查询与代理平台,支持个人和企业多场景风控应用
|
||||
VITE_SHARE_DESC=提供个人信用评估、入职背调、信贷风控、企业风险监测等服务
|
||||
VITE_SHARE_IMG=https://www.zhenaicha.com/logo.jpg
|
||||
VITE_SHARE_IMG=https://www.zhenaicha.com/logo.png
|
||||
VITE_TOKEN_VERSION=1.0
|
||||
@@ -13,7 +13,7 @@ VITE_INQUIRE_AES_KEY=ff83609b2b24fc73196aac3d3dfb874f
|
||||
|
||||
VITE_WECHAT_APP_ID=wx442ee1ac1ee75917
|
||||
# 微信授权回调域名(必须与微信后台配置的授权回调域名一致)
|
||||
# 例如:https://www.quannengcha.com 或 https://www.zhenaicha.com
|
||||
# 例如:https://www.zhenaicha.com 或 https://www.zhenaicha.com
|
||||
# 如果不配置,则使用当前访问的域名(window.location.origin)
|
||||
VITE_WECHAT_REDIRECT_DOMAIN=https://www.zhinengcha.cn
|
||||
|
||||
@@ -23,5 +23,5 @@ VITE_CHAT_AES_IV=345GDFED433223DF
|
||||
|
||||
VITE_SHARE_TITLE=全能查|大数据风险报告查询与代理平台,支持个人和企业多场景风控应用
|
||||
VITE_SHARE_DESC=提供个人信用评估、入职背调、信贷风控、企业风险监测等服务
|
||||
VITE_SHARE_IMG=https://www.quannengcha.com/logo.png
|
||||
VITE_SHARE_IMG=https://www.zhenaicha.com/logo.png
|
||||
VITE_TOKEN_VERSION=1.0
|
||||
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/logo.png
BIN
public/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 173 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB |
BIN
src/assets/images/logo.png
Normal file
BIN
src/assets/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 173 KiB |
@@ -266,7 +266,7 @@ function toPrivacyPolicy() {
|
||||
<div class="px-8">
|
||||
<div class="mb-8 pt-8 text-left">
|
||||
<div class="flex flex-col items-center">
|
||||
<img class="h-16 w-16 rounded-full shadow" src="@/assets/images/logo.jpg" alt="Logo" />
|
||||
<img class="h-16 w-16 rounded-full shadow" src="@/assets/images/logo.png" alt="Logo" />
|
||||
<div class="text-3xl mt-4 text-slate-700 font-bold">
|
||||
{{ appName }}
|
||||
</div>
|
||||
|
||||
@@ -156,7 +156,7 @@ function toPrivacyPolicy() {
|
||||
<div class="px-8">
|
||||
<div class="mb-8 pt-8 text-left">
|
||||
<div class="flex flex-col items-center">
|
||||
<img class="h-16 w-16 rounded-full shadow" src="@/assets/images/logo.jpg" alt="Logo" />
|
||||
<img class="h-16 w-16 rounded-full shadow" src="@/assets/images/logo.png" alt="Logo" />
|
||||
<div class="text-3xl mt-4 text-slate-700 font-bold">
|
||||
{{ appName }}
|
||||
</div>
|
||||
|
||||
@@ -356,7 +356,7 @@ const shareToFriend = () => {
|
||||
? "扫码查看真爱查推广信息"
|
||||
: "扫码申请真爱查代理权限",
|
||||
link: shareUrl,
|
||||
imgUrl: "https://www.quannengcha.com/logo.jpg"
|
||||
imgUrl: "https://www.zhenaicha.com/logo.png"
|
||||
};
|
||||
|
||||
configWeixinShare(shareConfig);
|
||||
@@ -381,7 +381,7 @@ const shareToTimeline = () => {
|
||||
? "扫码查看真爱查推广信息"
|
||||
: "扫码申请真爱查代理权限",
|
||||
link: shareUrl,
|
||||
imgUrl: "https://www.quannengcha.com/logo.jpg"
|
||||
imgUrl: "https://www.zhenaicha.com/logo.png"
|
||||
};
|
||||
|
||||
configWeixinShare(shareConfig);
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="header">
|
||||
<img
|
||||
class="logo rounded-full overflow-hidden"
|
||||
src="@/assets/images/logo.jpg"
|
||||
src="@/assets/images/logo.png"
|
||||
alt="Logo"
|
||||
/>
|
||||
<div class="title-section">
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
onMounted(() => {
|
||||
// 插入客服脚本
|
||||
(function (d, t) {
|
||||
var BASE_URL = "https://service.quannengcha.com";
|
||||
var BASE_URL = "https://service.zhenaicha.com";
|
||||
var g = d.createElement(t),
|
||||
s = d.getElementsByTagName(t)[0];
|
||||
g.src = BASE_URL + "/packs/js/sdk.js";
|
||||
|
||||
@@ -146,7 +146,7 @@ function toPrivacyPolicy() {
|
||||
<div class="login px-4 relative z-10">
|
||||
<div class="mb-8 pt-20 text-left">
|
||||
<div class="flex flex-col items-center">
|
||||
<img class="h-16 w-16 rounded-full shadow" src="@/assets/images/logo.jpg" alt="Logo" />
|
||||
<img class="h-16 w-16 rounded-full shadow" src="@/assets/images/logo.png" alt="Logo" />
|
||||
<div class="report-title-wrapper">
|
||||
<h1 class="report-title">大数据风险报告</h1>
|
||||
<div class="report-title-decoration"></div>
|
||||
|
||||
@@ -239,7 +239,7 @@ const onClickLeft = () => {
|
||||
<div class="login px-4 relative z-10">
|
||||
<div class="mb-8 pt-20 text-left">
|
||||
<div class="flex flex-col items-center">
|
||||
<img class="h-16 w-16 rounded-full shadow" src="@/assets/images/logo.jpg" alt="Logo" />
|
||||
<img class="h-16 w-16 rounded-full shadow" src="@/assets/images/logo.png" alt="Logo" />
|
||||
<div class="report-title-wrapper">
|
||||
<h1 class="report-title">大数据风险报告</h1>
|
||||
<div class="report-title-decoration"></div>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
onMounted(() => {
|
||||
(function (d, t) {
|
||||
const BASE_URL = "https://service.quannengcha.com";
|
||||
const BASE_URL = "https://service.zhenaicha.com";
|
||||
const g = d.createElement(t),
|
||||
s = d.getElementsByTagName(t)[0];
|
||||
g.src = BASE_URL + "/packs/js/sdk.js";
|
||||
|
||||
Reference in New Issue
Block a user