diff --git a/src/components/order_statistics/orderStatistics.vue b/src/components/order_statistics/orderStatistics.vue new file mode 100644 index 0000000..e5db1c1 --- /dev/null +++ b/src/components/order_statistics/orderStatistics.vue @@ -0,0 +1,237 @@ + + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index ac6e1fd..bda7832 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -77,6 +77,12 @@ const routes = [{ component: () => import ('../components/applet_info/RegistrationInfo.vue'), }, + { + path: '/orderStatistics', + name: '小程序预约查询', + component: () => + import ('../components/order_statistics/orderStatistics.vue'), + }, // ---------------- 基础设置 end ---------------- ] } diff --git a/src/views/home/Home.vue b/src/views/home/Home.vue index 2840c44..f89718b 100644 --- a/src/views/home/Home.vue +++ b/src/views/home/Home.vue @@ -31,6 +31,7 @@ 小程序注册信息 + 小程序预约查询