Authored by 鲁尚清

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

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