Authored by 鲁尚清

【无】vue页面给ajax请求增加headers的参数(当前页面的title的值,window.top.location.hash)#1

... ... @@ -6,7 +6,6 @@ Promise.all([
import('./app.js' + ver),
import('./script/global.js' + ver),
import('./script/http.js' + ver),
import('./script/mixin.js' + ver),
]).then((res) => {
// element plus 切换语言
// https://element-plus.org/zh-CN/guide/i18n.html#configprovider
... ...