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.
# 正式环境
ENV = 'production'
# 接口baseURL
VUE_APP_BASE_URL = 'http://localhost:9526/index.php'
# token名称
VUE_APP_TOKEN_NAME = 'AdminToken'
# token方式:header请求头部,param请求参数
VUE_APP_TOKEN_TYPE = 'header'