liming 2 weeks ago
parent
commit
5e780d65fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      capacitor.config.ts

+ 1 - 1
capacitor.config.ts

@@ -34,7 +34,7 @@ let config: CapacitorConfig = {
   },
   // iOS专属配置
   ios: {
-    scheme: 'acc',
+    scheme: 'app',
     scrollEnabled: true,
   },