|
|
@@ -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: () => {}
|
|
|
+})
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|