From a3c2ec309bd2d31526cb82edbef1a8adea66dbdb Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Wed, 8 Apr 2020 15:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B92=E7=BA=A7=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiisoo-ic-ui/src/pages/Home.vue | 4 +++- kiisoo-ic-ui/src/router/index.js | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/kiisoo-ic-ui/src/pages/Home.vue b/kiisoo-ic-ui/src/pages/Home.vue index 075e8d3..3e02fab 100644 --- a/kiisoo-ic-ui/src/pages/Home.vue +++ b/kiisoo-ic-ui/src/pages/Home.vue @@ -46,7 +46,9 @@ Components -
Content
+
+ +
diff --git a/kiisoo-ic-ui/src/router/index.js b/kiisoo-ic-ui/src/router/index.js index 3764265..6c24332 100755 --- a/kiisoo-ic-ui/src/router/index.js +++ b/kiisoo-ic-ui/src/router/index.js @@ -46,13 +46,13 @@ const router = new Router({ path: '/shop/increase', name: 'ShopIncrease', component: ShopIncrease + }, + { + path: '/customer/data', + name: 'CustomerData', + component: CustomerData, } ] - }, - { - path: '/customer/data', - name: 'CustomerData', - component: CustomerData, } ] });