瀏覽代碼

feat(feedback): router path

gemercheung 3 年之前
父節點
當前提交
d4e23e370f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router/routes/modules/product.ts

+ 1 - 1
src/router/routes/modules/product.ts

@@ -17,7 +17,7 @@ const product: AppRouteModule = {
     {
       path: 'ref',
       name: 'ProductRef',
-      component: () => import('/@/views/dashboard/product/ref.vue'),
+      component: () => import('/@/views/product/ref.vue'),
       meta: {
         title: t('routes.dashboard.productRef'),
         icon: 'gridicons:product-virtual',