This commit is contained in:
zmr900709
2020-06-01 11:41:09 +08:00
parent 7d86d2c74a
commit 2a27b13f90
35 changed files with 1557 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pageA/welcome/welcome",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/index/index",
"style": {