瀏覽代碼

款项识别页面新增

Admin 3 年之前
父節點
當前提交
a33c36b1c2
共有 2 個文件被更改,包括 79 次插入46 次删除
  1. 1 6
      pages.json
  2. 78 40
      pages/distinguish/index.vue

+ 1 - 6
pages.json

@@ -1,7 +1,7 @@
 {
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 		{
-			"path": "pages/tabBar/statistics/index",
+			"path": "pages/distinguish/index",
 			"style": {
 				"navigationBarTitleText": "",
 				"enablePullDownRefresh":true,
@@ -43,11 +43,6 @@
 		"borderStyle": "black",
 		"backgroundColor": "#ffffff",
 		"list": [{
-				"pagePath": "pages/tabBar/statistics/index",
-				"iconPath": "static/icon-estrch@2x.png",
-				"selectedIconPath": "static/icon-estrch-active@2x.png",
-				"text": "统计"
-			},{
 				"pagePath": "pages/tabBar/order/index",
 				"iconPath": "static/icon-order@2x.png",
 				"selectedIconPath": "static/icon-order-active@2x.png",

文件差異過大導致無法顯示
+ 78 - 40
pages/distinguish/index.vue


部分文件因文件數量過多而無法顯示