mirror of
http://112.124.100.131/ebiz-ai/ebiz-base-ai.git
synced 2025-12-07 01:46:48 +08:00
7 lines
147 B
Bash
7 lines
147 B
Bash
# env
|
||
NODE_ENV = 'dev' // 如果是生产环境,请记得切换为production
|
||
|
||
# flag
|
||
VUE_APP_FLAG='dev'
|
||
VUE_APP_BASE='http://192.168.8.221:7000'
|