Commit 04f04e8a authored by FE-安焕焕's avatar FE-安焕焕 👣

fix:修改客服中心标题

parent 92f63ecb
...@@ -70,9 +70,11 @@ export default { ...@@ -70,9 +70,11 @@ export default {
}, },
async goOrderList(type) { async goOrderList(type) {
if (type === 'cs') { if (type === 'cs') {
this.$store.commit('CHANGE_TITLE', ''); // 改变title this.$store.commit('CHANGE_TITLE', '客服中心'); // 改变title
setTimeout(() => {
window.location.href = window.location.href =
'https://kdspstatic.91xr.cn/kdsp/mine/service/customer-service/customer-service-prod2.html'; 'https://kdspstatic.91xr.cn/kdsp/mine/service/customer-service/customer-service-prod2.html';
}, 0);
return; return;
} }
const token = localStorage.get('vccToken'); const token = localStorage.get('vccToken');
......
...@@ -190,8 +190,10 @@ export default { ...@@ -190,8 +190,10 @@ export default {
}, },
contractCS() { contractCS() {
this.$store.commit('CHANGE_TITLE', ''); // 改变title this.$store.commit('CHANGE_TITLE', ''); // 改变title
setTimeout(() => {
window.location.href = window.location.href =
'https://kdspstatic.91xr.cn/kdsp/mine/service/customer-service/customer-service-prod2.html'; 'https://kdspstatic.91xr.cn/kdsp/mine/service/customer-service/customer-service-prod2.html';
}, 0);
}, },
openCancelPopup() { openCancelPopup() {
this.$dialog({ this.$dialog({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment