更新客服图片和链接
This commit is contained in:
parent
a655f1e318
commit
9c97e993ef
4
.env.dev
4
.env.dev
@ -7,5 +7,5 @@ VITE_AI_SHOP_BASE_URL=http://192.168.0.115:8081
|
|||||||
VITE_WEBSOCKET_BASE_URL=ws://${VITE_HOST}:7025/copyright
|
VITE_WEBSOCKET_BASE_URL=ws://${VITE_HOST}:7025/copyright
|
||||||
# 18634604067
|
# 18634604067
|
||||||
VITE_USERID=80d3365e-0597-4988-979e-18ef1c3ec671
|
VITE_USERID=80d3365e-0597-4988-979e-18ef1c3ec671
|
||||||
VITE_CURRENT_THEME=fzkj
|
# VITE_CURRENT_THEME=fzkj
|
||||||
# VITE_CURRENT_THEME=mzw
|
VITE_CURRENT_THEME=mzw
|
||||||
|
@ -140,7 +140,8 @@ import InvoiceList from "../../components/invoice/InvoiceList.tsx";
|
|||||||
import logoImg from '@theme/img/head/logo.png'
|
import logoImg from '@theme/img/head/logo.png'
|
||||||
// import userImg from '../../static/homeimg/userimg.png'
|
// import userImg from '../../static/homeimg/userimg.png'
|
||||||
import kf from '../../static/head/kf.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 headBg from '@theme/img/head/background.png';
|
||||||
import { reMenuActive } from '../../util/cache';
|
import { reMenuActive } from '../../util/cache';
|
||||||
// import BelongPeople from '../../components/BelongPeople/BelongPeople.tsx'
|
// import BelongPeople from '../../components/BelongPeople/BelongPeople.tsx'
|
||||||
@ -1876,8 +1877,17 @@ export default function Head() {
|
|||||||
</div>
|
</div>
|
||||||
<div className='kfHttp' >
|
<div className='kfHttp' >
|
||||||
<span>若已登录电脑端,</span><span className='kfHttpText' onClick={
|
<span>若已登录电脑端,</span><span className='kfHttpText' onClick={
|
||||||
|
|
||||||
() => {
|
() => {
|
||||||
|
if (THEME == 'mzw') {
|
||||||
window.open('https://work.weixin.qq.com/kfid/kfc599f9d40b65ac392')
|
window.open('https://work.weixin.qq.com/kfid/kfc599f9d40b65ac392')
|
||||||
|
|
||||||
|
} else {
|
||||||
|
if (THEME == 'fzkj') {
|
||||||
|
window.open('https://work.weixin.qq.com/kfid/kfc2ea0c81bfb1a956c')
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}>点击联系客服</span>
|
}>点击联系客服</span>
|
||||||
</div>
|
</div>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 71 KiB |
Loading…
Reference in New Issue
Block a user