feat: update error console log
All checks were successful
build quyun / Build (push) Successful in 5m13s
All checks were successful
build quyun / Build (push) Successful in 5m13s
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
compress: {
|
compress: {
|
||||||
drop_console: true,
|
// drop_console: true,
|
||||||
drop_debugger: true,
|
drop_debugger: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user