diff --git a/src/api/home/notice.js b/src/api/home/notice.js new file mode 100644 index 0000000..e5d6153 --- /dev/null +++ b/src/api/home/notice.js @@ -0,0 +1,9 @@ +import request from '@/utils/request'; + +// 根据status查询字典集合 1->技术领域 2->需求类型 3->成熟度 4->合作标签 5->地级市 6->合肥区县 7->城市级别 +export function getDictListByStatus(params) { + return request({ + url: '/dict/getDictListByStatus', + params + }); +} diff --git a/src/views/home/notice.vue b/src/views/home/notice.vue index 366e224..e4e756e 100644 --- a/src/views/home/notice.vue +++ b/src/views/home/notice.vue @@ -34,6 +34,20 @@ +