init
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
export default defineAppConfig({
|
||||
pages: [
|
||||
'pages/index/index'
|
||||
'pages/index/index',
|
||||
'pages/game_list/yaotouzi/index',
|
||||
'pages/game_detail/index'
|
||||
],
|
||||
window: {
|
||||
backgroundTextStyle: 'light',
|
||||
navigationBarBackgroundColor: '#fff',
|
||||
navigationBarTitleText: 'WeChat',
|
||||
navigationBarTitleText: 'Game',
|
||||
navigationBarTextStyle: 'black'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user