|
@@ -114,7 +114,7 @@ const drawList = computed(() => {
|
|
|
return Object.keys(groupList[Object.keys(groupList)[activeGroupIdx.value]])
|
|
|
})
|
|
|
const imgPrefix = computed(() => {
|
|
|
- return `https://4dkk-culture.oss-cn-shenzhen.aliyuncs.com/LiangZhu/draws/${encodeURIComponent(groupL1Name)}/${encodeURIComponent(groupName.value)}`
|
|
|
+ return `${process.env.VUE_APP_OUTER_ASSETS_PREFIX}draws/${encodeURIComponent(groupL1Name)}/${encodeURIComponent(groupName.value)}`
|
|
|
})
|
|
|
|
|
|
const isViewingBigImage = ref(false)
|