继续完善文件结构
This commit is contained in:
@@ -30,12 +30,12 @@ import ProductStatistic from '@/pages/mall/admin/product/product-statistics/inde
|
||||
import ProductList from '@/pages/mall/admin/product/product-management/index.uvue'
|
||||
import ProductEdit from '@/pages/mall/admin/product/product-management/edit.uvue'
|
||||
import ProductMemberPrice from '@/pages/mall/admin/product/product-management/member-price.uvue'
|
||||
import ProductClassify from '@/pages/mall/admin/product/classify.uvue'
|
||||
import ProductReply from '@/pages/mall/admin/product/reply.uvue'
|
||||
import ProductAttr from '@/pages/mall/admin/product/attr.uvue'
|
||||
import ProductParam from '@/pages/mall/admin/product/param.uvue'
|
||||
import ProductLabel from '@/pages/mall/admin/product/label.uvue'
|
||||
import ProductProtection from '@/pages/mall/admin/product/protection.uvue'
|
||||
import ProductClassify from '@/pages/mall/admin/product/classification/index.uvue'
|
||||
import ProductReply from '@/pages/mall/admin/product/reviews/index.uvue'
|
||||
import ProductAttr from '@/pages/mall/admin/product/specifications/index.uvue'
|
||||
import ProductParam from '@/pages/mall/admin/product/parameters/index.uvue'
|
||||
import ProductLabel from '@/pages/mall/admin/product/labels/index.uvue'
|
||||
import ProductProtection from '@/pages/mall/admin/product/protection/index.uvue'
|
||||
|
||||
// 导入订单模块(纯组件,不包含 AdminLayout)
|
||||
import OrderList from '@/pages/mall/admin/order/list.uvue'
|
||||
|
||||
@@ -301,7 +301,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'product_productClassify',
|
||||
title: '商品分类',
|
||||
path: '/pages/mall/admin/product/classify',
|
||||
path: '/pages/mall/admin/product/classification/index',
|
||||
componentKey: 'ProductClassify',
|
||||
parentId: 'product',
|
||||
groupId: 'product-manage',
|
||||
@@ -311,7 +311,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'product_productAttr',
|
||||
title: '商品规格',
|
||||
path: '/pages/mall/admin/product/attr',
|
||||
path: '/pages/mall/admin/product/specifications/index',
|
||||
componentKey: 'ProductAttr',
|
||||
parentId: 'product',
|
||||
groupId: 'product-manage',
|
||||
@@ -321,7 +321,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'product_paramList',
|
||||
title: '商品参数',
|
||||
path: '/pages/mall/admin/product/param',
|
||||
path: '/pages/mall/admin/product/parameters/index',
|
||||
componentKey: 'ProductParam',
|
||||
parentId: 'product',
|
||||
groupId: 'product-manage',
|
||||
@@ -331,7 +331,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'product_labelList',
|
||||
title: '商品标签',
|
||||
path: '/pages/mall/admin/product/label',
|
||||
path: '/pages/mall/admin/product/labels/index',
|
||||
componentKey: 'ProductLabel',
|
||||
parentId: 'product',
|
||||
groupId: 'product-manage',
|
||||
@@ -341,7 +341,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'product_protectionList',
|
||||
title: '商品保障',
|
||||
path: '/pages/mall/admin/product/protection',
|
||||
path: '/pages/mall/admin/product/protection/index',
|
||||
componentKey: 'ProductProtection',
|
||||
parentId: 'product',
|
||||
groupId: 'product-manage',
|
||||
@@ -351,7 +351,7 @@ export const routes: RouteRecord[] = [
|
||||
{
|
||||
id: 'product_productEvaluate',
|
||||
title: '商品评论',
|
||||
path: '/pages/mall/admin/product/reply',
|
||||
path: '/pages/mall/admin/product/reviews/index',
|
||||
componentKey: 'ProductReply',
|
||||
parentId: 'product',
|
||||
groupId: 'product-manage',
|
||||
|
||||
Reference in New Issue
Block a user