6 lines
294 B
Plaintext
6 lines
294 B
Plaintext
# 开发环境
|
||
# 与主项目同源的父页面 origin(iframe postMessage 校验目标),局域网调试可改为 http://192.168.1.119:3000
|
||
VITE_CREATE_POST_MESSAGE_URL=http://localhost:3000
|
||
# 子应用部署路径前缀,须与主项目代理路径 /ai-web 一致
|
||
VITE_APP_BASE=/ai-web/
|