token可以放在请求头部也可以放在请求参数,在环境文件中配置

    .env.xxx
    token方式:header请求头部,param请求参数
    VUE_APP_TOKEN_TYPE = ‘header’