9 lines
266 B
Plaintext
9 lines
266 B
Plaintext
# iOS 控制服务
|
|
VUE_APP_BASE_LOCAL=http://127.0.0.1:34567/
|
|
|
|
# 业务后端(开发用内网地址)
|
|
VUE_APP_BASE_REMOTE=https://crawlclient.api.yolozs.com
|
|
# VUE_APP_BASE_REMOTE=http://192.168.1.144:8101/
|
|
|
|
# AI 服务
|
|
VUE_APP_BASE_SPECIAL=http://ai.zhukeping.com |