From 0a3028e9f887dd0082fc4216bac6797fa29a153e Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Sat, 19 Apr 2025 14:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4Stripe=E6=94=AF=E4=BB=98CDN?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E7=9A=84=E8=84=9A=E6=9C=AC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 8b7a15f..8f261b2 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -84,10 +84,10 @@ export default defineNuxtConfig({ ], // stripe支付CDN引用 script: [ - { - src: 'https://js.stripe.com/v3/', - defer: true // 可选,建议添加 defer - } + // { + // src: 'https://js.stripe.com/v3/', + // defer: true // 可选,建议添加 defer + // } ], meta: [ { name: 'viewport', content: 'width=device-width, initial-scale=1, viewport-fit=cover,user-scalable=no' },