|
@@ -1,6 +1,20 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
-
|
|
|
+
|
|
|
+ // {
|
|
|
+ // "path": "pages/shop/shopIndex/index",
|
|
|
+ // "style": {
|
|
|
+ // "navigationBarTitleText": "运营陪伴",
|
|
|
+ // "navigationStyle": "custom"
|
|
|
+ // /* "navigationBarBackgroundColor": "#FFFFFF",
|
|
|
+ // "enablePullDownRefresh": true, */
|
|
|
+ // /* "app-plus":{
|
|
|
+ // "titleNView":{
|
|
|
+ // "autoBackButton":false
|
|
|
+ // }
|
|
|
+ // } */
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|