摘要:
const url = this.APIurl.API.api;const token = this.GLOBAL.token; this.$http({ type: "GET", url, headers: {'token': token} }).then(response => { consol 阅读全文
摘要:
main.js import global_ from '../src/views/components/Global.vue'//引用文件 Vue.prototype.GLOBAL = global_; Global.vue <script> const token='12345678'; exp 阅读全文