mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-26 07:20:10 +08:00
build: 新增提醒
This commit is contained in:
parent
dff9ff2caf
commit
7dfa156e30
@ -27,6 +27,16 @@
|
|||||||
import { ProjectLayoutSider } from './layout/components/ProjectLayoutSider'
|
import { ProjectLayoutSider } from './layout/components/ProjectLayoutSider'
|
||||||
import { LayoutHeaderPro } from '@/layout/components/LayoutHeaderPro'
|
import { LayoutHeaderPro } from '@/layout/components/LayoutHeaderPro'
|
||||||
import { LayoutTransitionMain } from '@/layout/components/LayoutTransitionMain/index'
|
import { LayoutTransitionMain } from '@/layout/components/LayoutTransitionMain/index'
|
||||||
|
import { goDialog } from '@/utils'
|
||||||
|
|
||||||
|
// 提示
|
||||||
|
goDialog({
|
||||||
|
message: '不要在官方后端上发布任何私密数据,任何人都看得到并进行删除!!!!',
|
||||||
|
isMaskClosable: true,
|
||||||
|
closeNegativeText: true,
|
||||||
|
transformOrigin: 'center',
|
||||||
|
onPositiveCallback: () => {}
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user