yylAdminWeb/.env.production

12 lines
239 B
Plaintext
Raw 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.

# 正式环境
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'