|
@@ -132,6 +132,17 @@
|
|
|
"navigationBarTitleText": "主题配置类型"
|
|
|
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/quotations/quotations",
|
|
|
+ "style": {
|
|
|
+ "usingComponents": {},
|
|
|
+ "navigationBarBackgroundColor": "#07c160",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTitleText": "行情"
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
},{
|
|
|
"path": "pages/toGovernmentList/toGovernmentList",
|
|
|
"style": {
|
|
@@ -162,6 +173,13 @@
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
+ "easycom": {
|
|
|
+ "autoscan": true,
|
|
|
+ "custom": {
|
|
|
+ // uni-ui 规则如下配置
|
|
|
+ "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
|
+ }
|
|
|
+ },
|
|
|
"tabBar": {
|
|
|
"index": "-1",
|
|
|
"color": "#737373",
|