From 3b1fc9088c6efc28bbfdab55b61b1626a863036d Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期二, 03 一月 2023 14:42:14 +0800 Subject: [PATCH] 布局调整 --- src/api/News/pad.js | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/api/News/pad.js b/src/api/News/pad.js index 8475372..2bc371e 100644 --- a/src/api/News/pad.js +++ b/src/api/News/pad.js @@ -82,9 +82,8 @@ // 鏌ヨ甯傚満涓讳綋 export function getMarketList(query) { return request({ - url: `/market/marketsubject/marketList`, + url: `/market/marketsubject/market/${query}`, method: 'get', - params:query }) } //鑾峰彇褰撳墠绗竴涓墽娉曚汉 @@ -95,10 +94,4 @@ params:query }) } -//鐢熸垚word鏂囦欢 -export function createword(id) { - return request({ - url: `/process/inquiryquestion/createWord/${id}`, - method: 'get', - }) -} + -- Gitblit v1.9.1