Logo
Explore Help
Register Sign In
admin/rlz
1
0
Fork 0
You've already forked rlz
Code Issues 9 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
39a371b9ac9aebe37c3bef3ad1ae7d7dfd8345db
rlz/coupon/utils/config.js

10 lines
253 B
JavaScript
Raw Normal View History

refactor: de-submodule rlz backend and integrate all source code Move rlz/ backend from git submodule to first-class source tree. Includes all RuoYi 3.8.3 backend source, mapper XMLs, SQL scripts, Dockerfile, and build configs. Also adds frontend enhancements: - Order management: status filters, refund review, settlement (Issue #14) - Hospital management: level/description/image fields (Issue #16) - User management: type filter, userLevel, stats endpoint (Issue #17) - Dev environment: application-dev.yml for rlz_dev database - CI/CD: Drone pipeline configuration (.drone.yml) - Mini program: API config extraction (coupon/utils/config.js) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-17 00:20:42 +08:00
// 环境配置 - 切换环境只需修改此文件
const config = {
// 开发环境(本地后端,需改为本机IP)
// baseUrl: 'http://192.168.1.100:8039',
// 生产环境
baseUrl: 'http://101.43.95.130:8039',
}
module.exports = config
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 29ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API