befly-admin 3.9.1 → 3.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly-admin",
3
- "version": "3.9.1",
4
- "gitHead": "dc9c3fdf5a392d7dc9761bf9b045e00ed74b1262",
3
+ "version": "3.9.2",
4
+ "gitHead": "990c7108a9a791b9816c447309ec586d08b96ab4",
5
5
  "private": false,
6
6
  "description": "Befly Admin - 基于 Vue3 + TDesign Vue Next 的后台管理系统",
7
7
  "files": [
@@ -28,7 +28,7 @@
28
28
  "preview": "vite preview"
29
29
  },
30
30
  "dependencies": {
31
- "@befly-addon/admin": "^1.5.1",
31
+ "@befly-addon/admin": "^1.5.2",
32
32
  "@iconify-json/lucide": "^1.2.82",
33
33
  "axios": "^1.13.2",
34
34
  "befly-vite": "^1.4.2",
package/src/App.vue CHANGED
@@ -6,7 +6,7 @@
6
6
  </ConfigProvider>
7
7
  </template>
8
8
 
9
- <script setup>
9
+ <script setup lang="ts">
10
10
  import { ConfigProvider } from "tdesign-vue-next";
11
11
 
12
12
  const globalConfig = {
@@ -30,7 +30,7 @@
30
30
  </div>
31
31
  </template>
32
32
 
33
- <script setup>
33
+ <script setup lang="ts">
34
34
  import { computed } from "vue";
35
35
  import { Tag as TTag } from "tdesign-vue-next";
36
36
 
package/src/layouts/1.vue CHANGED
@@ -2,7 +2,7 @@
2
2
  <router-view />
3
3
  </template>
4
4
 
5
- <script setup>
5
+ <script setup lang="ts">
6
6
  // 空布局 - 不包含任何框架结构
7
7
  // 用于登录页等不需要导航栏和侧边栏的页面
8
8
  </script>
package/src/layouts/2.vue CHANGED
@@ -2,7 +2,7 @@
2
2
  <router-view />
3
3
  </template>
4
4
 
5
- <script setup>
5
+ <script setup lang="ts">
6
6
  // 布局 2 - 空布局
7
7
  // 用于特殊页面,不包含任何框架结构
8
8
  </script>
@@ -74,7 +74,7 @@
74
74
  </div>
75
75
  </template>
76
76
 
77
- <script setup>
77
+ <script setup lang="ts">
78
78
  import { DialogPlugin } from "tdesign-vue-next";
79
79
  import { arrayToTree } from "@/utils/arrayToTree";
80
80
 
@@ -142,7 +142,7 @@
142
142
  </div>
143
143
  </template>
144
144
 
145
- <script setup>
145
+ <script setup lang="ts">
146
146
  definePage({
147
147
  meta: {
148
148
  title: "数据面板",