fix Sortable.min.js path to tenant dir (bypass RBAC 401)
This commit is contained in:
parent
9ca9e007e7
commit
2d0816f3ff
@ -6,6 +6,6 @@
|
||||
}
|
||||
],
|
||||
"binds": [{"wid": "app", "event": "ready", "actiontype": "script",
|
||||
"script": "var l=localStorage.getItem('hermes-lang');if(l&&l!=='zh')location.href='/tokentest.opencomputing.cn/index_'+l+'.ui';var t=document.createElement('script');t.src='{{entire_url('/tokentest.opencomputing.cn/theme.js')}}';document.head.appendChild(t);var s=document.createElement('script');s.src='{{entire_url('/tokentest.opencomputing.cn/carousel.js')}}';document.head.appendChild(s);var sort=document.createElement('script');sort.src='{{entire_url('/bricks/3parties/Sortable.min.js')}}';document.head.appendChild(sort);"
|
||||
"script": "var l=localStorage.getItem('hermes-lang');if(l&&l!=='zh')location.href='/tokentest.opencomputing.cn/index_'+l+'.ui';var t=document.createElement('script');t.src='{{entire_url('/tokentest.opencomputing.cn/theme.js')}}';document.head.appendChild(t);var s=document.createElement('script');s.src='{{entire_url('/tokentest.opencomputing.cn/carousel.js')}}';document.head.appendChild(s);var sort=document.createElement('script');sort.src='{{entire_url('/tokentest.opencomputing.cn/Sortable.min.js')}}';document.head.appendChild(sort);"
|
||||
}]
|
||||
}
|
||||
|
||||
2
wwwroot/tokentest.opencomputing.cn/Sortable.min.js
vendored
Normal file
2
wwwroot/tokentest.opencomputing.cn/Sortable.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user