diff --git a/src/developer/index.config.ts b/src/developer/index.config.ts index 8574af0..0b93cee 100644 --- a/src/developer/index.config.ts +++ b/src/developer/index.config.ts @@ -1,5 +1,4 @@ export default definePageConfig({ navigationBarTitleText: '开发者中心', - navigationStyle: 'custom', usingComponents: {}, }) diff --git a/src/enterprise/index.config.ts b/src/enterprise/index.config.ts index 3f36a54..d4a72a2 100644 --- a/src/enterprise/index.config.ts +++ b/src/enterprise/index.config.ts @@ -1,5 +1,4 @@ export default definePageConfig({ navigationBarTitleText: '企业控制台', - navigationStyle: 'custom', usingComponents: {}, })