yylAdminWeb/.env.staging

14 lines
259 B
Plaintext
Raw Permalink 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.

NODE_ENV = production
# 测试环境
ENV = 'staging'
# 接口baseURL
VUE_APP_BASE_URL = 'http://localhost:9526/index.php'
# token名称
VUE_APP_TOKEN_NAME = 'AdminToken'
# token方式header请求头部param请求参数
VUE_APP_TOKEN_TYPE = 'header'