样式调整

This commit is contained in:
yanghang
2025-07-07 14:49:53 +08:00
parent 3aa5e7ef55
commit 6d1965c231
4 changed files with 24 additions and 125 deletions
-12
View File
@@ -145,18 +145,6 @@ export const getAskAboutRawApi = (data) => {
toastErrors: false,
data
})
// return request({
// url: base_url + '/intgask/askAbout',
// header: {
// 'Accept':'text/event-stream',
// 'content-type': 'application/json; charset=UTF-8',
// },
// method: 'get',
// isStream: true,
// timeout: 30000,
// toastErrors: false,
// data
// });
};