|
@@ -1,22 +1,34 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
- "path": "pages/index/index",
|
|
|
+ "path": "pages/home/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "首页"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path":"pages/forecast/index",
|
|
|
+ "path": "pages/future/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "人生报告"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/forecast/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "预测结果"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path":"pages/forecastHistory/index",
|
|
|
+ "path": "pages/forecastHistory/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "预测结果历史"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/terminology/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "专业术语"
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|
|
@@ -25,12 +37,13 @@
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
},
|
|
|
- "condition":{
|
|
|
- "current":0,
|
|
|
- "list":[{
|
|
|
- "name": "预测结果",
|
|
|
- "path": "pages/forecast/index"
|
|
|
- }]
|
|
|
+ "condition": {
|
|
|
+ "current": 0,
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "name": "预测结果",
|
|
|
+ "path": "pages/forecast/index"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
-
|
|
|
-}
|
|
|
+}
|