This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 环境
NODE_ENV=development
# 接口前缀
VITE_API_BASE_PATH=base
# 打包路径
VITE_BASE_PATH=/
# 标题
VITE_APP_TITLE=东方国信
# 是否使用在线图标
VITE_USE_ONLINE_ICON=true
#界面内的面板显示 Layout(全面板) | AppView(内容面板)
VITE_ROUTER_SHOW_VIEW = Layout