VITE_BASE_URL=/ VITE_APP_TITLE="Platform" # the prefix of the icon name VITE_ICON_PREFIX=icon # the prefix of the local svg icon component, must include VITE_ICON_PREFIX # format {VITE_ICON_PREFIX}-{local icon name} VITE_ICON_LOCAL_PREFIX=icon-local # auth route mode: static | dynamic VITE_AUTH_ROUTE_MODE=static # default menu icon VITE_MENU_ICON=mdi:menu # whether to enable http proxy when is dev mode VITE_HTTP_PROXY=Y # vue-router mode: hash | history | memory VITE_ROUTER_HISTORY_MODE=history # success code of backend service, when the code is received, the request is successful VITE_SERVICE_SUCCESS_CODE=200 # logout codes of backend service, when the code is received, the user will be logged out and redirected to login page VITE_SERVICE_LOGOUT_CODES=401 # modal logout codes of backend service, when the code is received, the user will be logged out by displaying a modal VITE_SERVICE_MODAL_LOGOUT_CODES=401 # token expired codes of backend service, when the code is received, it will refresh the token and resend the request VITE_SERVICE_EXPIRED_TOKEN_CODES=403 VITE_SERVICE_SERVER_ERROR_CODE=500