删除client文件,添加部分progrest的console输入内容
This commit is contained in:
@@ -16,7 +16,7 @@ import { updateDocumentAuditStatus } from "~/api/evaluation_points/rules-files";
|
||||
import { toastService } from "~/components/ui/Toast";
|
||||
import { messageService } from "~/components/ui/MessageModal";
|
||||
import { loadingBarService } from "~/components/ui/LoadingBar";
|
||||
import { DOCUMENT_URL } from "~/api/client";
|
||||
import { DOCUMENT_URL } from "~/api/axios-client";
|
||||
|
||||
// 导入样式
|
||||
export function links() {
|
||||
|
||||
@@ -9,7 +9,7 @@ import { getDocumentTypes } from "~/api/document-types/document-types";
|
||||
import { FileTag } from "~/components/ui/FileTag";
|
||||
import { toastService } from "~/components/ui/Toast";
|
||||
import { Document, Page , pdfjs } from "react-pdf";
|
||||
import { DOCUMENT_URL } from "~/api/client";
|
||||
import { DOCUMENT_URL } from "~/api/axios-client";
|
||||
|
||||
pdfjs.GlobalWorkerOptions.workerSrc = '/pdf.worker.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user