Commit b3e0d225 by 黄冷

update: dist

parent d185a3e3
...@@ -112,13 +112,6 @@ export default { ...@@ -112,13 +112,6 @@ export default {
if (!['1', '2', '3', '5', '7'].includes(this.templateId)) { if (!['1', '2', '3', '5', '7'].includes(this.templateId)) {
return ''; return '';
} }
// const bcImg = {
// 1: require(`@/assets/img/template${this.templateId}/mould_rule_page.png`),
// 2: require(`@/assets/img/template${this.templateId}/mould_prize_page.png`),
// 3: require(`@/assets/img/template${this.templateId}/mould_success_page.png`),
// 4: require(`@/assets/img/template${this.templateId}/mould_fail_page.png`),
// 5: require(`@/assets/img/template${this.templateId}/mould_share_page.png`)
// };
const bcImg = { const bcImg = {
1: `https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template${this.templateId}/mould_rule_page.png`, 1: `https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template${this.templateId}/mould_rule_page.png`,
2: `https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template${this.templateId}/mould_prize_page.png`, 2: `https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template${this.templateId}/mould_prize_page.png`,
......
...@@ -93,7 +93,6 @@ import { api as viewerApi } from 'v-viewer'; ...@@ -93,7 +93,6 @@ import { api as viewerApi } from 'v-viewer';
import { cmhPage, stopGame, pageStatistics } from '@/service/api/gameApi.js'; import { cmhPage, stopGame, pageStatistics } from '@/service/api/gameApi.js';
import links from '../common/links'; import links from '../common/links';
import { formatDateTimeByType } from '@/utils/index.js'; import { formatDateTimeByType } from '@/utils/index.js';
import img from '@/assets/img/template1/mould_share_page.png';
export default { export default {
components: { components: {
...@@ -104,7 +103,7 @@ export default { ...@@ -104,7 +103,7 @@ export default {
formatDateTimeByType, formatDateTimeByType,
linkShow: false, linkShow: false,
linksObj: {}, linksObj: {},
img, img: 'https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template1/mould_share_page.png',
listParams: { listParams: {
gameName: '', gameName: '',
status: '', status: '',
......
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