规范命名.

This commit is contained in:
lijiahang
2023-10-09 16:25:19 +08:00
parent 7a26e6f89c
commit 890afa093c
13 changed files with 40 additions and 67 deletions

View File

@@ -41,8 +41,8 @@ orion:
aes:
# 加密秘钥
secret-key: uQeacXV8b3isvKLK
thread:
pool:
async:
executor:
core-pool-size: 8
max-pool-size: 16
queue-capacity: 200

View File

@@ -146,9 +146,9 @@ orion:
infra:
group: "infra - 基建模块"
path: "infra"
machine:
group: "machine - 机器资源模块"
path: "machine"
asset:
group: "asset - 资产模块"
path: "asset"
logging:
# 全局日志打印
@@ -189,10 +189,10 @@ orion:
secret-key: I66AndrKWrwXjtBL
use-generator-key: true
generator-key-length: 128
thread:
async:
# 线程池配置
pool:
executor:
core-pool-size: 2
max-pool-size: 4
keep-alive-seconds: 180
queue-capacity: 30
keep-alive-seconds: 180

View File

@@ -105,7 +105,7 @@
};
</script>
<script setup lang="ts">
<script lang="ts" setup>
import { usePagination, useColLayout } from '@/types/card';
import { computed, reactive, ref } from 'vue';
import useLoading from '@/hooks/loading';