Files
huangze 88361595e8 feat(service): 重构服务列表页面
- 更新服务列表获取逻辑,使用新的 API 接口
- 优化服务列表渲染逻辑,支持动态加载
2025-07-03 14:45:36 +08:00

7 lines
144 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# env
NODE_ENV = 'dev' // 如果是生产环境请记得切换为production
# flag
VUE_APP_FLAG='dev'
VUE_APP_ADMIN='http://127.0.0.1:7100'