502502_Hospital/.env.development

22 lines
590 B
Plaintext
Raw Permalink 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.

NODE_ENV=development
# 指定站点名称
# 本地开发状态localhost
# 部署时:大多数情况下不需要填写
VITE_SITEHOST=localhost
# 启动站点API接口地址
VITE_SITEHOST_API=http://47.103.207.8:8132
# 路由根地址
VITE_ROUTER_BASE=/
# 应用码
VITE_APPCODE=hospital
VITE_TOOL_ICONS=//at.alicdn.com/t/c/font_4255235_cqom7h3serb.js
VITE_MICROLAYOUT_ICONS=//at.alicdn.com/t/c/font_4255235_cqom7h3serb.js
# 是否开启登录测试
VITE_LOGIN_TEST=false
# 登录测试账号
VITE_LOGIN_TEST_USERNAME=admin
# 登录测试账号密码
VITE_LOGIN_TEST_PASSWORD="234@#$"