微信小程序 app.json
微信小程序 app.json
pages 页面路由 Pages route
pages 以 JOSN 数组的形式存放页面路由
pages contains pages route in the form of JSON
第一行的路径所包含的页面会被视作首页
The first line will be regard as the homepage
"pages": [
"pages/index/index",
"pages/log/log"
]
window 窗口属性 Window attribut
原创
2021-03-28 18:18:17 ·
191 阅读 ·
0 评论