|
|
@@ -8,6 +8,7 @@ export default defineAppConfig({
|
|
|
backgroundTextStyle: 'light',
|
|
|
navigationBarBackgroundColor: '#1890ff',
|
|
|
navigationBarTitleText: '小程序Starter',
|
|
|
- navigationBarTextStyle: 'white'
|
|
|
+ navigationBarTextStyle: 'white',
|
|
|
+ navigationStyle: 'custom'
|
|
|
}
|
|
|
})
|