From d27e40602cf35dd3a97608d18305efbc3de62cae Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 19 Apr 2021 17:21:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=97=E9=93=BA=E7=9A=84?= =?UTF-8?q?=E5=85=B3=E9=94=AE=E5=AD=97=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- src/views/shop/list.vue | 37 +++++++++++++++++++++++++++++++------ 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index f15ef11..1848dd0 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -119,7 +119,7 @@ export const constantRoutes: RouteConfig[] = [ export const asyncRoutes: RouteConfig[] = [ systemRoutes, shopRoutes, - articleRouters, + // articleRouters, marketingRoutes, questionRoutes, { diff --git a/src/views/shop/list.vue b/src/views/shop/list.vue index 835fccf..cc9ab07 100644 --- a/src/views/shop/list.vue +++ b/src/views/shop/list.vue @@ -1,5 +1,16 @@