This commit is contained in:
xiaozhiyong
2023-10-18 14:28:05 +08:00
parent 7bd17a3692
commit fbf5daf538
12 changed files with 87 additions and 113 deletions

View File

@@ -172,7 +172,7 @@
import accountApi from '@/api/account.js'
import priceTab from '../components/price-tab.vue'
import threeSites from '@/components/three-sites.vue'
import tkiQrcode from "../components/tki-qrcode/tki-qrcode.vue" //二维码生成器
import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue" //二维码生成器
export default {
components: {
priceTab,
@@ -215,10 +215,10 @@
if (this.activeChannelCode) {
if (this.secondChannelCode) {
this.posName = '壳牌'
return `../../../static/img/YDJY.png`
return `../../BagStation/static/img/YDJY.png`
} else {
this.posName = '星油云站'
return `../../../static/img/${this.activeChannelCode}.png`
return `../../BagStation/static/img/${this.activeChannelCode}.png`
}
}
},