|
@@ -3,13 +3,7 @@
|
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
},
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "name":"我的",
|
|
|
- "path": "pages/user/index",
|
|
|
- "style": {
|
|
|
- //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
- }
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
"name":"欢迎页",
|
|
|
"path": "pages/index/main-zkx",
|
|
@@ -75,13 +69,13 @@
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
- /*{
|
|
|
+ {
|
|
|
"name":"我的",
|
|
|
"path": "pages/user/index",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
- },*/
|
|
|
+ },
|
|
|
{
|
|
|
"name":"个人资料",
|
|
|
"path": "pages/user/personal",
|