| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 | 
							- # the base url of the application, the default is "/"
 
- # if use a sub directory, it must be end with "/", like "/admin/" but not "/admin"
 
- VITE_BASE_URL=/
 
- VITE_APP_TITLE=中数未来管理系统
 
- VITE_APP_DESC=中数未来管理系统 admin template
 
- # 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=dynamic
 
- # static auth route home
 
- VITE_ROUTE_HOME=home
 
- # 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
 
- # VITE_SERVICE_SUCCESS_CODE=0000
 
- # 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=8888,8889
 
- # 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=7777,7778
 
- # 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=9999,9998,3333
 
- # when the route mode is static, the defined super role
 
- VITE_STATIC_SUPER_ROLE=R_SUPER
 
- # sourcemap
 
- VITE_SOURCE_MAP=N
 
- # Used to differentiate storage across different domains
 
- VITE_STORAGE_PREFIX=SOY_
 
- # used to control whether the program automatically detects updates
 
- VITE_AUTOMATICALLY_DETECT_UPDATE=Y
 
- # show proxy url log in terminal
 
- VITE_PROXY_LOG=Y
 
- # used to control whether to launch editor
 
- # by the way, this plugin is only available in dev mode, not in build mode
 
- VITE_DEVTOOLS_LAUNCH_EDITOR=code
 
- VITE_OSS_BASE_URL =  https://zswl-shop.oss-cn-chengdu.aliyuncs.com/
 
 
  |