From 349899b4fc9572450ca31d9a5e19268ce0b868a8 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 14 Dec 2023 20:36:50 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E7=94=B1=E4=BA=8E?= =?UTF-8?q?=20Mock=20=E5=BC=95=E8=B5=B7=E7=9A=84=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-admin-ui/src/components/crud/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continew-admin-ui/src/components/crud/index.ts b/continew-admin-ui/src/components/crud/index.ts index f6cd2aef..f4c2988a 100644 --- a/continew-admin-ui/src/components/crud/index.ts +++ b/continew-admin-ui/src/components/crud/index.ts @@ -57,7 +57,7 @@ export default function download( Notification.warning({ title: '警告', content: - "如果您正在访问演示环境,点击导出会报错。这是由于演示环境开启了 Mock.js,而 Mock.js 会将 responseType 设置为 '',这不仅会导致关键判断出错,也会导致导出的文件无法打开。", + "由于部分模拟数据需要,前端默认启用了 Mock.js,而 Mock.js 会将 responseType 设置为 '',这不仅会导致关键判断出错,也会导致导出的文件无法打开,实际开发时自行关闭 Mock 即可。", duration: 10000, closable: true, });