diff --git a/index.html b/index.html index e373093..1d78ca7 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,10 @@ + - diff --git a/src/layout/head/Head.tsx b/src/layout/head/Head.tsx index 03b4212..3143bf2 100644 --- a/src/layout/head/Head.tsx +++ b/src/layout/head/Head.tsx @@ -140,7 +140,8 @@ import InvoiceList from "../../components/invoice/InvoiceList.tsx"; import logoImg from '@theme/img/head/logo.png' // import userImg from '../../static/homeimg/userimg.png' import kf from '../../static/head/kf.png' -import kfImg from '../../static/head/kfImg.png' +// import kfImg from '../../static/head/kfImg.png'//@theme/img/right/set.png +import kfImg from '@theme/img/head/kfImg.png' import headBg from '@theme/img/head/background.png'; import { reMenuActive } from '../../util/cache'; // import BelongPeople from '../../components/BelongPeople/BelongPeople.tsx' @@ -1876,14 +1877,16 @@ export default function Head() {
若已登录电脑端, { if (THEME == 'mzw') { window.open('https://work.weixin.qq.com/kfid/kfc599f9d40b65ac392') - } - if (THEME =='fzkj') { - window.open('https://work.weixin.qq.com/kfid/kfc2ea0c81bfb1a956c') - + } else { + if (THEME == 'fzkj') { + window.open('https://work.weixin.qq.com/kfid/kfc2ea0c81bfb1a956c') + + } } } }>点击联系客服 diff --git a/src/static/fzkj/img/head/kfImg.png b/src/static/fzkj/img/head/kfImg.png index b7b7eac..32cbe9d 100644 Binary files a/src/static/fzkj/img/head/kfImg.png and b/src/static/fzkj/img/head/kfImg.png differ