1
This commit is contained in:
parent
911b1655e9
commit
dda0155105
24
pages.json
24
pages.json
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||||
{
|
// {
|
||||||
"path": "pages/index/index",
|
// "path": "pages/index/index",
|
||||||
"style": {
|
// "style": {
|
||||||
"navigationBarTitleText": "uni-app"
|
// "navigationBarTitleText": "uni-app"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"path": "pages/login/login",
|
// "path": "pages/login/login",
|
||||||
"style": {
|
// "style": {
|
||||||
"navigationBarTitleText": "uni-app"
|
// "navigationBarTitleText": "uni-app"
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
"path" : "pages/home/home",
|
"path" : "pages/home/home",
|
||||||
"style" :
|
"style" :
|
||||||
|
Loading…
Reference in New Issue
Block a user