数据字典API新增
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
|
||||
# 使用环境配置,只需 JVM 参数里加:-Dspring.profiles.active=prod
|
||||
|
||||
server:
|
||||
port: 8980
|
||||
servlet:
|
||||
|
||||
@@ -88,14 +88,6 @@ mybatis:
|
||||
user:
|
||||
useCorpModel: false
|
||||
|
||||
# 国际化管理
|
||||
lang:
|
||||
enabled: false
|
||||
|
||||
# 任务调度
|
||||
job:
|
||||
enabled: false
|
||||
|
||||
# 代码生成
|
||||
gen:
|
||||
enabled: true
|
||||
@@ -178,11 +170,3 @@ error:
|
||||
# 文件上传
|
||||
file:
|
||||
enabled: true
|
||||
|
||||
#======================================#
|
||||
#========== Message settings ==========#
|
||||
#======================================#
|
||||
|
||||
# 消息提醒中心
|
||||
msg:
|
||||
enabled: false
|
||||
|
||||
9
web-vue/packages/biz/views/biz/myEmail/index.vue
Normal file
9
web-vue/packages/biz/views/biz/myEmail/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="BizMyEmail">
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user