This commit is contained in:
xingyu4j
2025-07-29 15:21:32 +08:00
60 changed files with 399 additions and 65 deletions

View File

@@ -14,3 +14,7 @@ VITE_DEVTOOLS=false
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true
# 钉钉登录配置
VITE_GLOB_AUTH_DINGDING_CLIENT_ID=应用的clientId
VITE_GLOB_AUTH_DINGDING_CORP_ID=应用的corpId

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/playground",
"version": "5.5.7",
"version": "5.5.8",
"homepage": "https://vben.pro",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {

View File

@@ -151,7 +151,7 @@ function onCreate() {
</script>
<template>
<Page auto-content-height>
<FormDrawer />
<FormDrawer @success="onRefresh" />
<Grid :table-title="$t('system.role.list')">
<template #toolbar-tools>
<Button type="primary" @click="onCreate">