Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
2022-09-20 18:04:38 +0800
Commit
6056e14b91c382570f9e84506326e66844d98baf
1 parent
e36ed847
【无】vue页面给ajax请求增加headers的参数(当前页面的title的值,window.top.location.hash)#1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/main.js
hg-monitor-web-base/src/main/resources/static/vue3/src/main.js
View file @
6056e14
...
...
@@ -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
...
...
Please
register
or
login
to post a comment