diff --git a/app/pages/signature/protocol/index.vue b/app/pages/signature/protocol/index.vue
index 4cec5bf..92a38e9 100644
--- a/app/pages/signature/protocol/index.vue
+++ b/app/pages/signature/protocol/index.vue
@@ -68,6 +68,7 @@ const goSignature = async () => {
+
{{ $t('signature.tips.prePayment') }}
diff --git a/nuxt.config.js b/nuxt.config.js
index 15b784d..08d8876 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -133,7 +133,9 @@ export default defineNuxtConfig({
vscode: {
// 配置为 cursor 编辑器
editor: 'cursor'
- }
+ },
+
+ enabled: true
},
typescript: {
@@ -155,4 +157,4 @@ export default defineNuxtConfig({
host: '0.0.0.0',
port: 3000,
},
-})
\ No newline at end of file
+})