43 lines
774 B
JSON
43 lines
774 B
JSON
{
|
||
"pages": [
|
||
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
},
|
||
{
|
||
"path": "pages/timeMatrix/index",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
// {
|
||
// "path": "pages/somethingmove/index",
|
||
// "style": {
|
||
// "navigationStyle": "custom"
|
||
// }
|
||
|
||
// }
|
||
|
||
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app x",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8",
|
||
"bounce": "none" //关闭窗口回弹效果
|
||
},
|
||
"uniIdRouter": {}
|
||
} |