|
@@ -8,7 +8,7 @@ import React, {
|
|
|
import styles from "./index.module.scss";
|
|
|
import { Button, Input, Popconfirm, Table } from "antd";
|
|
|
import classNames from "classnames";
|
|
|
-import { baseURL } from "@/utils/http";
|
|
|
+import { baseUpUrl } from "@/utils/http";
|
|
|
import A1ORenFile from "./A1ORenFile";
|
|
|
import A1OMove from "./A1OMove";
|
|
|
import { A1OFileType } from "@/types";
|
|
@@ -402,7 +402,7 @@ function A1Outer({ projectId, projectName }: Props) {
|
|
|
{/* 点击批量上传 */}
|
|
|
{upFileId ? (
|
|
|
<A1OupFile
|
|
|
- myUrl={baseURL + "cms/item/upload"}
|
|
|
+ myUrl={baseUpUrl + "cms/item/upload"}
|
|
|
fromData={{ parentId: upFileId, projectId }}
|
|
|
nowLoc={nowLoc.txt}
|
|
|
closeFu={() => setUpFileId(0)}
|