fix(rnetwork): bump JS cache versions for CRM delegation components
Bust Cloudflare CDN cache after Sankey visualization overhaul. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8535ab24a2
commit
9e4f24ecd2
|
|
@ -710,9 +710,9 @@ function renderCrm(space: string, activeTab: string, isSubdomain: boolean) {
|
|||
spaceSlug: space,
|
||||
modules: getModuleInfoList(),
|
||||
body: `<folk-crm-view space="${space}"></folk-crm-view>`,
|
||||
scripts: `<script type="module" src="/modules/rnetwork/folk-crm-view.js?v=2"></script>
|
||||
<script type="module" src="/modules/rnetwork/folk-delegation-manager.js"></script>
|
||||
<script type="module" src="/modules/rnetwork/folk-trust-sankey.js"></script>`,
|
||||
scripts: `<script type="module" src="/modules/rnetwork/folk-crm-view.js?v=3"></script>
|
||||
<script type="module" src="/modules/rnetwork/folk-delegation-manager.js?v=2"></script>
|
||||
<script type="module" src="/modules/rnetwork/folk-trust-sankey.js?v=2"></script>`,
|
||||
styles: `<link rel="stylesheet" href="/modules/rnetwork/network.css">`,
|
||||
tabs: [...CRM_TABS],
|
||||
activeTab,
|
||||
|
|
|
|||
Loading…
Reference in New Issue