From 9b47d353c05fce817937a5dc2f06c9393cec3690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Sat, 31 Dec 2022 21:26:18 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=96=B0=E5=A2=9E=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/index.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/project/index.vue b/src/views/project/index.vue index 9a8b96d1..22d179f9 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -27,6 +27,16 @@ import { ProjectLayoutSider } from './layout/components/ProjectLayoutSider' import { LayoutHeaderPro } from '@/layout/components/LayoutHeaderPro' import { LayoutTransitionMain } from '@/layout/components/LayoutTransitionMain/index' +import { goDialog } from '@/utils' + +// 提示 +goDialog({ + message: '不要在官方后端上发布任何私密数据,任何人都看得到并进行删除!!!!', + isMaskClosable: true, + closeNegativeText: true, + transformOrigin: 'center', + onPositiveCallback: () => {} +})