f96c87ab by lxs

数据定价更新

1 parent 9e0c2f6d
...@@ -272,7 +272,7 @@ export const getModelDemand = (params) => { ...@@ -272,7 +272,7 @@ export const getModelDemand = (params) => {
272 // 获取质量模型评分 272 // 获取质量模型评分
273 export const getModelScore = (params) => { 273 export const getModelScore = (params) => {
274 return request({ 274 return request({
275 url: `${import.meta.env.VITE_APP_QUALITY_BASEURL}/quality-analysis-report/get-quality-score-by-dam-guid`, 275 url: `${import.meta.env.VITE_APP_QUALITY_BASEURL}/quality-analysis-report/get-quality-score-by-dam-guid-v2`,
276 method: "get", 276 method: "get",
277 params, 277 params,
278 }); 278 });
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!