build(app): ignoreVersion

This commit is contained in:
菲鸽 2024-05-18 16:28:52 +08:00
parent 45ec82462a
commit 4789b5ba41
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ export default defineManifestConfig({
usingComponents: true, usingComponents: true,
nvueStyleCompiler: 'uni-app', nvueStyleCompiler: 'uni-app',
compilerVersion: 3, compilerVersion: 3,
compatible: {
ignoreVersion: true,
},
splashscreen: { splashscreen: {
alwaysShowBeforeRender: true, alwaysShowBeforeRender: true,
waiting: true, waiting: true,

View File

@ -48,6 +48,9 @@
"android": {}, "android": {},
"ios": {} "ios": {}
} }
},
"compatible": {
"ignoreVersion": true
} }
}, },
"quickapp": {}, "quickapp": {},