🎃 发布 4.8.0 新增 sms4j 短信融合

This commit is contained in:
疯狂的狮子Li
2023-07-10 11:06:58 +08:00
parent 6f6ac2c0cf
commit 8a692ed45a
311 changed files with 19093 additions and 607 deletions

View File

@ -0,0 +1,17 @@
# 页面标题
VITE_APP_TITLE = RuoYi-Vue-Plus后台管理系统
# 开发环境配置
VITE_APP_ENV = 'development'
# 若依管理系统/开发环境
VITE_APP_BASE_API = '/dev-api'
# 应用访问路径 例如使用前缀 /admin/
VITE_APP_CONTEXT_PATH = '/'
# 监控地址
VITE_APP_MONITRO_ADMIN = 'http://localhost:9090/admin/applications'
# xxl-job 控制台地址
VITE_APP_XXL_JOB_ADMIN = 'http://localhost:9100/xxl-job-admin'