@ -27,7 +27,7 @@ const api = axios.create({
api.interceptors.request.use(
request => {
debugger
/**
* 全局拦截请求发送前提交的参数
* 以下代码为示例,在登录状态下,分别对 post 和 get 请求加上 token 参数
@ -96,7 +96,7 @@ export default {
]
},
async created () {
this.clientType = this.$route.query.clientType
this.orgId = this.$route.query.orgId
this.orgName = this.$route.query.orgName