diff --git a/src/api/DouyinGoodsInfo.js b/src/api/DouyinGoodsInfo.js new file mode 100644 index 0000000..97ef764 --- /dev/null +++ b/src/api/DouyinGoodsInfo.js @@ -0,0 +1,50 @@ +import request from '@/utils/request' + +export function add(data) { + return request({ + url: 'api/DouyinGoodsInfo', + method: 'post', + data + }) +} + +export function del(id) { + return request({ + url: 'api/DouyinGoodsInfo/' + id, + method: 'delete' + }) +} + +export function deleteAll() { + return request({ + url: 'api/DouyinGoodsInfo/deleteAll', + method: 'delete' + }) +} + +export function edit(data) { + return request({ + url: 'api/DouyinGoodsInfo', + method: 'put', + data + }) +} + +export function downloadDouyinGoodsInfo(params) { + return request({ + url: 'api/DouyinGoodsInfo/download', + method: 'get', + params, + responseType: 'blob' + }) +} + +export function processImage(params) { + return request({ + url: 'api/DouyinGoodsInfo/processImage', + method: 'get', + params, + responseType: 'blob' + }) +} + diff --git a/src/components/ImportData/index.vue b/src/components/ImportData/index.vue index 75b0102..5f979b6 100644 --- a/src/components/ImportData/index.vue +++ b/src/components/ImportData/index.vue @@ -1,6 +1,6 @@ + + + + diff --git a/src/views/douyin/goods_info/index copy.vue b/src/views/douyin/goods_info/index copy.vue new file mode 100644 index 0000000..6f0ab4b --- /dev/null +++ b/src/views/douyin/goods_info/index copy.vue @@ -0,0 +1,199 @@ + + + + + diff --git a/src/views/douyin/goods_info/index.vue b/src/views/douyin/goods_info/index.vue new file mode 100644 index 0000000..a33b49d --- /dev/null +++ b/src/views/douyin/goods_info/index.vue @@ -0,0 +1,136 @@ + + + + + diff --git a/src/views/douyin/goods_info/index2.vue b/src/views/douyin/goods_info/index2.vue new file mode 100644 index 0000000..fa48082 --- /dev/null +++ b/src/views/douyin/goods_info/index2.vue @@ -0,0 +1,120 @@ + + + + +