|
@@ -1,11 +1,5 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "path": "pages/buySuccess/buySuccess",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "结果页"
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
"path": "pages/index/init",
|
|
|
"navigationStyle":"custom"
|
|
@@ -47,7 +41,8 @@
|
|
|
{
|
|
|
"path": "pages/product/product",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationStyle":"custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -62,12 +57,19 @@
|
|
|
"navigationBarTitleText": ""
|
|
|
}
|
|
|
},
|
|
|
- // {
|
|
|
- // "path": "pages/buySuccess/buySuccess",
|
|
|
- // "style": {
|
|
|
- // "navigationBarTitleText": "结果页"
|
|
|
- // }
|
|
|
- // },
|
|
|
+ {
|
|
|
+ "path": "pages/buySuccess/buySuccess",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "结果页"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/building/building",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "正在建设中"
|
|
|
+ ,"navigationStyle":"custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/use/useRouter",
|
|
|
"style": {
|