diff --git a/jero-web/src/components/layouts/IframePageView.vue b/jero-web/src/components/layouts/IframePageView.vue index 0902f7ce..8afb4843 100644 --- a/jero-web/src/components/layouts/IframePageView.vue +++ b/jero-web/src/components/layouts/IframePageView.vue @@ -39,7 +39,6 @@ export default { if (url !== null && url !== undefined) { // ----------------------------------------------------------------------------------------- // url支持通过 ${token}方式传递当前登录TOKEN - // eslint-disable-next-line no-template-curly-in-string const tokenStr = '${token}' if (url.indexOf(tokenStr) !== -1) { const token = Vue.ls.get(ACCESS_TOKEN)