From 3e71d77e7809a709ca2015306ab7ef7935dc82d7 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 24 八月 2026 17:03:50 +0800
Subject: [PATCH] style(auth): 优化认证页面样式和登录组件

---
 src/views/crm/product/category/index.vue |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/views/crm/product/category/index.vue b/src/views/crm/product/category/index.vue
index 2cc9b86..f48a679 100644
--- a/src/views/crm/product/category/index.vue
+++ b/src/views/crm/product/category/index.vue
@@ -4,7 +4,7 @@
 
 import { ref } from 'vue';
 
-import { DocAlert, Page, useVbenModal } from '..\..\..\..\packages\effects\common-ui\src';
+import { Page, useVbenModal } from '@vben/common-ui';
 
 import { message } from 'ant-design-vue';
 
@@ -103,15 +103,7 @@
 </script>
 
 <template>
-  <Page auto-content-height>
-    <template #doc>
-      <DocAlert
-        title="銆愪骇鍝併�戜骇鍝佺鐞嗐�佷骇鍝佸垎绫�"
-        url="https://doc.iocoder.cn/crm/product/"
-      />
-    </template>
-
-    <FormModal @success="handleRefresh" />
+  <Page auto-content-height><FormModal @success="handleRefresh" />
     <Grid>
       <template #toolbar-tools>
         <TableAction

--
Gitblit v1.9.3