docs: 首页新增提示内容
This commit is contained in:
parent
414cdbb8bd
commit
f349ff8600
3
src/typings/components.d.ts
vendored
3
src/typings/components.d.ts
vendored
@ -26,6 +26,7 @@ declare module 'vue' {
|
||||
IconAntDesignEnterOutlined: typeof import('~icons/ant-design/enter-outlined')['default']
|
||||
IconAntDesignReloadOutlined: typeof import('~icons/ant-design/reload-outlined')['default']
|
||||
IconAntDesignSettingOutlined: typeof import('~icons/ant-design/setting-outlined')['default']
|
||||
IconEpCopyDocument: typeof import('~icons/ep/copy-document')['default']
|
||||
IconGridiconsFullscreen: typeof import('~icons/gridicons/fullscreen')['default']
|
||||
IconGridiconsFullscreenExit: typeof import('~icons/gridicons/fullscreen-exit')['default']
|
||||
'IconHugeicons:configuration01': typeof import('~icons/hugeicons/configuration01')['default']
|
||||
@ -58,6 +59,7 @@ declare module 'vue' {
|
||||
MenuTree: typeof import('./../components/custom/menu-tree.vue')['default']
|
||||
MenuTreeSelect: typeof import('./../components/custom/menu-tree-select.vue')['default']
|
||||
MonacoEditor: typeof import('./../components/common/monaco-editor.vue')['default']
|
||||
NA: typeof import('naive-ui')['NA']
|
||||
NAlert: typeof import('naive-ui')['NAlert']
|
||||
NAvatar: typeof import('naive-ui')['NAvatar']
|
||||
NBreadcrumb: typeof import('naive-ui')['NBreadcrumb']
|
||||
@ -65,6 +67,7 @@ declare module 'vue' {
|
||||
NButton: typeof import('naive-ui')['NButton']
|
||||
NCard: typeof import('naive-ui')['NCard']
|
||||
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
||||
NCode: typeof import('naive-ui')['NCode']
|
||||
NCollapse: typeof import('naive-ui')['NCollapse']
|
||||
NCollapseItem: typeof import('naive-ui')['NCollapseItem']
|
||||
NColorPicker: typeof import('naive-ui')['NColorPicker']
|
||||
|
@ -15,6 +15,22 @@ const gap = computed(() => (appStore.isMobile ? 0 : 16));
|
||||
|
||||
<template>
|
||||
<NSpace vertical :size="16">
|
||||
<NAlert title="如遇问题请先看这里" type="warning">
|
||||
<div class="text-18px">
|
||||
<div>
|
||||
开发前请先查看 ReadMe.md 文件中的
|
||||
<NA
|
||||
href="https://gitee.com/xlsea/ruoyi-plus-soybean#%E5%BC%80%E5%8F%91%E5%89%8D%E5%BF%85%E7%9C%8B"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
开发前必看
|
||||
</NA>
|
||||
</div>
|
||||
<div>如遇菜单无法点击,请检查是否已替换菜单 SQL</div>
|
||||
<div>如遇代码无法生成,请检查是否已替换代码生成模板</div>
|
||||
</div>
|
||||
</NAlert>
|
||||
<HeaderBanner />
|
||||
<CardData />
|
||||
<NGrid :x-gap="gap" :y-gap="16" responsive="screen" item-responsive>
|
||||
|
@ -144,7 +144,7 @@ watch(visible, () => {
|
||||
:lang="appStore.locale"
|
||||
:is-dark="themeStore.darkMode"
|
||||
:upload-url="`${baseURL}/resource/oss/upload`"
|
||||
:headers="headers"
|
||||
:upload-headers="headers"
|
||||
/>
|
||||
</NFormItem>
|
||||
<NFormItem label="公告状态" path="status">
|
||||
|
Loading…
Reference in New Issue
Block a user