更新
This commit is contained in:
@@ -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`
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user