taixf/backend/main/manager-web/.env.development

5 lines
441 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.

VUE_APP_API_BASE_URL=/xiaozhi
#1.如需web后台适应手机浏览器请先启动manager-api得到服务端地址http://局域网ip:8002/xiaozhi
#2.在manager-mobile里的.env中将VITE_SERVER_BASEURL修改成自己的服务端地址然后运行pnpm dev:h5得到h5页面地址再将其填入下方的VUE_APP_H5_URL
#3.此时手机浏览器访问web页面即可跳转至适应手机浏览器的h5页面
VUE_APP_H5_URL=