chore: admin mode setting

This commit is contained in:
xiaojunnuo
2026-02-28 18:30:04 +08:00
parent 1548ba0b8d
commit 5b5b48fc06
3 changed files with 22 additions and 5 deletions
@@ -12,7 +12,7 @@
</a-tooltip>
</template>
</fs-crud>
<AdminModeIntro v-if="!projectStore.isEnterprise"></AdminModeIntro>
<AdminModeIntro v-if="!projectStore.isEnterprise" title="当前为SaaS管理模式,项目管理需要切换到企业模式" :open="true"></AdminModeIntro>
</fs-page>
</template>