Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
744691d9
Commit
744691d9
authored
Nov 07, 2021
by
季圣华
Browse files
报表地址优化
parent
1ca585c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/components/layouts/IframePageView.vue
View file @
744691d9
...
...
@@ -44,8 +44,8 @@
//外部url加入token
let
token
=
Vue
.
ls
.
get
(
ACCESS_TOKEN
);
if
(
url
)
{
url
=
url
.
replace
(
'
/
report
'
,
''
)
url
=
'
http:
//
'
+
window
.
location
.
host
+
url
url
=
url
.
replace
(
'
/
system
'
,
''
)
url
=
document
.
location
.
protocol
+
'
//
'
+
window
.
location
.
host
+
url
}
this
.
url
=
url
+
'
?token=
'
+
token
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment