新增页面路由和home页面修改

This commit is contained in:
小朱 2025-05-16 16:45:03 +08:00
parent 50ad914807
commit c44e5469f4
2 changed files with 5 additions and 1 deletions

View File

@ -203,7 +203,6 @@
</uni-col> </uni-col>
</uni-row> </uni-row>
</div> </div>
</div> </div>
</uni-drawer> </uni-drawer>
<map :style="{width: '100%',height:height}" show-location id="mapRef" ref="mapRef" :scale="scale" <map :style="{width: '100%',height:height}" show-location id="mapRef" ref="mapRef" :scale="scale"

View File

@ -124,6 +124,11 @@
"style": { "style": {
"navigationBarTitleText": "退款申请" "navigationBarTitleText": "退款申请"
} }
},{
"path": "OrderDetailsPage",
"style": {
"navigationBarTitleText": "订单明细"
}
}] }]
}, },
{ {