feat: update error console log
All checks were successful
build quyun / Build (push) Successful in 5m13s

This commit is contained in:
2025-08-11 14:44:08 +08:00
parent e199f0304f
commit 73fdd5472f
2 changed files with 2 additions and 5 deletions

View File

@@ -229,10 +229,7 @@ onUnmounted(() => {
<div v-if="article && !article.bought" class="bg-white border-b border-gray-200"> <div v-if="article && !article.bought" class="bg-white border-b border-gray-200">
<div class="text-sm bg-orange-500 text-white px-4 py-2"> <div class="text-sm bg-orange-500 text-white px-4 py-2">
注意未购买视频仅可预览 1 分钟购买后可观看全集 注意未购买视频仅可预览 1 分钟购买后可观看全集账户充值购买联系微信<span class="font-bold">13932043996</span>
</div>
<div class="bg-orange-300 text-white px-4 py-4">
账户充值购买联系微信<span class="font-bold">13932043996</span>
</div> </div>
<div class="flex items-center justify-between max-w-md mx-auto p-4"> <div class="flex items-center justify-between max-w-md mx-auto p-4">
<div class="text-orange-600 text-2xl"> <div class="text-orange-600 text-2xl">

View File

@@ -48,7 +48,7 @@ export default defineConfig({
}, },
terserOptions: { terserOptions: {
compress: { compress: {
drop_console: true, // drop_console: true,
drop_debugger: true, drop_debugger: true,
} }
} }