diff --git a/src/api/cesource/index.js b/src/api/cesource/index.js index 1f439cb7..c4fc0291 100644 --- a/src/api/cesource/index.js +++ b/src/api/cesource/index.js @@ -16,7 +16,8 @@ import errorCode from '@/utils/errorCode' *patchJson请求 axios.patch(url[, data[, config]]) *delete请求 axios.delete(url[, config]) */ - + + console.log(process.env.VUE_APP_CESOURCE_BASE_API ,'lmj') const ReLoginUrl="/login"; const TokenName='XBOE-Access-Token'; /**axios.defaults.headers['Content-Type'] = 'application/x-www-form-urlencoded'**/