封装看板跳转页面
This commit is contained in:
28
pages.json
28
pages.json
@@ -1,12 +1,30 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
// {
|
||||
// "path" : "pages/setup",
|
||||
// "style" :
|
||||
// {
|
||||
// "navigationStyle": "custom"
|
||||
// }
|
||||
|
||||
// }
|
||||
// ,{
|
||||
// "path" : "pages/screen",
|
||||
// "style" :
|
||||
// {
|
||||
// "navigationStyle": "custom"
|
||||
// }
|
||||
|
||||
// },
|
||||
{
|
||||
"path" : "pages/setup",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
"path" : "pages/index",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
,{
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/home",
|
||||
"style" :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user