【无】vue页面给ajax请求增加headers的参数(当前页面的title的值,window.top.location.hash)#1
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment