Initial commit

This commit is contained in:
2026-04-23 16:58:11 +08:00
commit 267eba1eca
2582 changed files with 273338 additions and 0 deletions

16
ruoyi-ui/.env.development Normal file
View File

@@ -0,0 +1,16 @@
# 页面标题
VUE_APP_TITLE = 后台管理系统
# 开发环境配置
ENV = 'development'
# skins管理系统/开发环境
VUE_APP_BASE_API = 'http://localhost:8081'
# VUE_APP_BASE_API = 'http://101.37.69.189:8080'
# VUE_APP_BASE_API = 'http://159.138.29.147:8080'
# VUE_APP_BASE_API = 'http://124.71.163.124:8080'
# VUE_APP_BASE_API = 'http://api.antcsgo.com/prod-api'
# VUE_APP_BASE_API = 'http://188.166.250.170:8080'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true