refactor(config): 移除开发者中心和企业控制台的自定义导航样式
- 删除了开发者中心页面配置中的 navigationStyle: 'custom' - 删除了企业控制台页面配置中的 navigationStyle: 'custom' - 简化了页面配置,保持默认导航样式 - 有助于提升页面兼容性和维护性
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
export default definePageConfig({
|
export default definePageConfig({
|
||||||
navigationBarTitleText: '开发者中心',
|
navigationBarTitleText: '开发者中心',
|
||||||
navigationStyle: 'custom',
|
|
||||||
usingComponents: {},
|
usingComponents: {},
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
export default definePageConfig({
|
export default definePageConfig({
|
||||||
navigationBarTitleText: '企业控制台',
|
navigationBarTitleText: '企业控制台',
|
||||||
navigationStyle: 'custom',
|
|
||||||
usingComponents: {},
|
usingComponents: {},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user