From 305a761f448cc9bee26f5782c1e6f4928bb4a944 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Sat, 7 Nov 2020 17:47:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=B7=98=E5=AE=9D=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E8=A1=A8=E3=80=81=E5=AE=98=E7=BD=91=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=98=8E=E7=BB=86=E8=A1=A8=20=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=87=BA=E9=97=AE=E9=A2=98=E3=80=91?= =?UTF-8?q?=20https://www.tapd.cn/68986868/prong/stories/view/116898686800?= =?UTF-8?q?1000094?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/product/lineList.vue | 50 +++++++++++++++++++++++++++++ src/router/index.js | 5 +++ 2 files changed, 55 insertions(+) create mode 100644 src/components/product/lineList.vue diff --git a/src/components/product/lineList.vue b/src/components/product/lineList.vue new file mode 100644 index 0000000..1e9ac40 --- /dev/null +++ b/src/components/product/lineList.vue @@ -0,0 +1,50 @@ + + + + + + diff --git a/src/router/index.js b/src/router/index.js index 46f2be3..6ce1a1b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -244,6 +244,11 @@ let router = new Router({ path: 'order/buyi', name: 'buyi', component: resolve => require(['@/components/order/buyiRecord'], resolve) + }, + { + path: 'product/line', + name: 'linlist', + component: resolve => require(['@/components/product/lineList'], resolve) } ] }