diff --git a/src/api/custom.ts b/src/api/custom.ts new file mode 100644 index 00000000..26af9682 --- /dev/null +++ b/src/api/custom.ts @@ -0,0 +1,13 @@ +import request from '@/utils/request'; + +class CustomAPI { + /** 分类品牌查询接口*/ + static getCustominit() { + return request({ + url: `diyapi/custominit`, + method: 'post', + }); + } +} + +export default CustomAPI; diff --git a/src/components/common/custom-module/model-image/model-image-style.vue b/src/components/common/custom-module/model-image/model-image-style.vue index 19009184..d6dfbd33 100644 --- a/src/components/common/custom-module/model-image/model-image-style.vue +++ b/src/components/common/custom-module/model-image/model-image-style.vue @@ -8,7 +8,7 @@
- +