diff --git a/pages.json b/pages.json index ca94912..6dba775 100644 --- a/pages.json +++ b/pages.json @@ -1,58 +1,7 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path": "pages/index/demoReportKc", - "style": { - "navigationBarTitleText": "质物库存汇总" - } - },{ - "path": "pages/index/auditReport", - "style": { - "navigationBarTitleText": "回款报告" - } - },{ - "path": "pages/index/inventoryReport", - "style": { - "navigationBarTitleText": "库存日报表" - } - },{ - "path": "pages/login/index", - "style": { - "navigationBarTitleText": "登录" - } - },{ - "path": "pages/index/enterpriseRisk", - "style": { - "navigationBarTitleText": "企业经营异常核查" - } - }, { - "path": "pages/login/fwxy", - "style": { - "navigationBarTitleText": "服务协议" - } - }, { - "path": "pages/login/yszc", - "style": { - "navigationBarTitleText": "隐私政策" - } - }, - - - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "uni-app" - } - }, - - { - "path": "pages/index/index2", - "style": { - "navigationBarTitleText": "uni-app" - } - }, - { - "path": "pages/index/index3", + "path": "pages/card/card", "style": { "navigationBarTitleText": "uni-app" } @@ -65,4 +14,4 @@ "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} -} +} \ No newline at end of file diff --git a/pages/card/card.vue b/pages/card/card.vue new file mode 100644 index 0000000..1759e04 --- /dev/null +++ b/pages/card/card.vue @@ -0,0 +1,52 @@ + + + + + \ No newline at end of file