feat: 预览功能答题完成

- 预览组件功能完善
- 增加对应逻辑文件:
- 补全遗失字段
- 纠正 eslint 错误
This commit is contained in:
Huangzhe
2025-03-14 11:43:52 +08:00
parent c37b9aa3fc
commit 199c228fec
31 changed files with 2349 additions and 573 deletions

View File

@@ -44,10 +44,10 @@ service.interceptors.request.use(
service.interceptors.response.use(
(response) => {
if (
response.status === 200 ||
response.status === 201 ||
response.status === 202 ||
response.status === 204
response.status === 200
|| response.status === 201
|| response.status === 202
|| response.status === 204
) {
if (response.config.method === 'put') {
// message.success('保存中...');