|
@@ -2,11 +2,14 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
|
|
|
|
|
|
export default defineUniPages({
|
|
export default defineUniPages({
|
|
globalStyle: {
|
|
globalStyle: {
|
|
- navigationStyle: 'default',
|
|
|
|
- navigationBarTitleText: 'unibest',
|
|
|
|
- navigationBarBackgroundColor: '#f8f8f8',
|
|
|
|
- navigationBarTextStyle: 'black',
|
|
|
|
- backgroundColor: '#FFFFFF',
|
|
|
|
|
|
+ 'navigationStyle': 'default',
|
|
|
|
+ 'navigationBarTitleText': 'unibest',
|
|
|
|
+ 'navigationBarBackgroundColor': '#f8f8f8',
|
|
|
|
+ 'navigationBarTextStyle': 'black',
|
|
|
|
+ 'backgroundColor': '#FFFFFF',
|
|
|
|
+ 'app-plus': {
|
|
|
|
+ scrollIndicator: 'none',
|
|
|
|
+ },
|
|
},
|
|
},
|
|
easycom: {
|
|
easycom: {
|
|
autoscan: true,
|
|
autoscan: true,
|