diff --git a/src/api/product/category.js b/src/api/product/category.js new file mode 100644 index 0000000..3523757 --- /dev/null +++ b/src/api/product/category.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' + +export function getCategoryList(likeName) { + return request({ + url: '/product/category/getCategoryList', + method: 'get', + data: likeName + }) +} diff --git a/src/components/CheckBrand/index.vue b/src/components/CheckBrand/index.vue new file mode 100644 index 0000000..cd5723d --- /dev/null +++ b/src/components/CheckBrand/index.vue @@ -0,0 +1,102 @@ + + + + + + 选择属性关联关系 + + + + 已选属性 + + + + {{brand.name}} + + + + + + 可选属性 + + + + {{brand.name}} + + + + + + + + + diff --git a/src/views/product/category/index.vue b/src/views/product/category/index.vue new file mode 100644 index 0000000..0eabadd --- /dev/null +++ b/src/views/product/category/index.vue @@ -0,0 +1,156 @@ + + + 新增 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +