main #56

Merged
charles merged 4 commits from main into prod 2025-12-25 18:16:20 +08:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 29182497fd - Show all commits

View File

@ -48,7 +48,7 @@
<div class="qr-code">
<img src="@/assets/kyy/kyy公众号.jpg" alt="微信客服二维码">
</div>
<span class="qr-desc">扫描关注二维码</span>
<span class="qr-desc">关注公众号</span>
</div>
<div class="qr-item">
<div class="qr-code">

View File

@ -561,6 +561,12 @@ export default Vue.extend({
this.$router.push('/product/productHome')
} else if (sessionStorage.getItem('jueseNew').includes('运营')) {
this.$router.push('/operation/supplierManagement')
}else if(sessionStorage.getItem('jueseNew').includes('运维')){
this.$router.push('/operationAndMaintenance/workOrderProcessing')
}else if(sessionStorage.getItem('jueseNew').includes('销售')){
this.$router.push('/sales/distributorManagement')
}else if(sessionStorage.getItem('jueseNew').includes('财务')){
this.$router.push('/finance/supplierSettlementStatistics')
}
},