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">
|
||||
{{ t('pages.imageProcess.title') }}
|
||||
</h3>
|
||||
<span class="dialog-title">
|
||||
{{ t('pages.imageProcess.subtitle-Global') }}
|
||||
</span>
|
||||
<button class="dialog-close" @click="imageProcessDialogVisible = false">X</button>
|
||||
</div>
|
||||
<div class="dialog-content">
|
||||
|
||||
@@ -188,7 +188,6 @@ const $router = useRouter()
|
||||
const $configForm = useTemplateRef('$configForm')
|
||||
const uuidValue = ($route.params.configId as string) || uuid()
|
||||
const currentPicbedType = $route.params.type as string
|
||||
console.log('PicbedsPage UUID:', uuidValue)
|
||||
|
||||
type.value = $route.params.type as string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user