摘要: 1.引入token依赖 import { ACCESS_TOKEN } from "@/store/mutation-types" import Vue from 'vue' 2.在data的return中声明headers和token字段 headers: { }, token:{ } 3.在cr 阅读全文
posted @ 2019-09-05 08:50 H_Q 阅读(2023) 评论(0) 推荐(0)