mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
🐛 Fix(custom): remove console.log
This commit is contained in:
@@ -1744,6 +1744,9 @@
|
|||||||
<h3 class="dialog-title">
|
<h3 class="dialog-title">
|
||||||
{{ t('pages.imageProcess.title') }}
|
{{ t('pages.imageProcess.title') }}
|
||||||
</h3>
|
</h3>
|
||||||
|
<span class="dialog-title">
|
||||||
|
{{ t('pages.imageProcess.subtitle-Global') }}
|
||||||
|
</span>
|
||||||
<button class="dialog-close" @click="imageProcessDialogVisible = false">X</button>
|
<button class="dialog-close" @click="imageProcessDialogVisible = false">X</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="dialog-content">
|
<div class="dialog-content">
|
||||||
|
|||||||
@@ -188,7 +188,6 @@ const $router = useRouter()
|
|||||||
const $configForm = useTemplateRef('$configForm')
|
const $configForm = useTemplateRef('$configForm')
|
||||||
const uuidValue = ($route.params.configId as string) || uuid()
|
const uuidValue = ($route.params.configId as string) || uuid()
|
||||||
const currentPicbedType = $route.params.type as string
|
const currentPicbedType = $route.params.type as string
|
||||||
console.log('PicbedsPage UUID:', uuidValue)
|
|
||||||
|
|
||||||
type.value = $route.params.type as string
|
type.value = $route.params.type as string
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user