|
@@ -1,15 +1,7 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
- // ,{
|
|
|
- // "path" : "pages/user/historySpend",
|
|
|
- // "style" :
|
|
|
- // {
|
|
|
- // "navigationBarTitleText": "历史消费",
|
|
|
- // "enablePullDownRefresh": true
|
|
|
- // }
|
|
|
-
|
|
|
- // },
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
@@ -19,8 +11,8 @@
|
|
|
{
|
|
|
"path": "pages/user/user",
|
|
|
"style": {
|
|
|
- "navigationStyle": "custom",
|
|
|
- "enablePullDownRefresh": true
|
|
|
+ "navigationStyle": "custom"
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
,{
|