Files
ebiz-ai-knowledge-manage/.env.dev
陈昱达 b0021507de feat(knowledge): 更新知识表单组件
- 优化图标选择功能,添加默认图标展示和点击选择功能
- 调整图标样式,缩小图标尺寸并添加光标样式
- 在环境变量中添加 VUE_APP_STATIC 静态资源路径
- 使用环境变量替代硬编码的静态资源 URL
2025-05-06 16:45:34 +08:00

9 lines
195 B
Plaintext
Raw 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://39.104.123.254:7196'
VUE_APP_STATIC='http://39.104.123.254:7536/'