【fix ESLint】src/components/layouts

This commit is contained in:
danshihao
2023-03-08 11:47:52 +08:00
parent 15a9f0a911
commit c4e22c513e
@@ -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)