File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
AbpCompanyName.AbpProjectName.WebMpa/Views/Shared
AbpCompanyName.AbpProjectName.WebSpaAngular Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 50
50
</script >
51
51
52
52
<!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->
53
- <script src =" ~/api/AbpServiceProxies/GetAll" ></script >
53
+ <script src =" ~/api/AbpServiceProxies/GetAll?v=@(Clock.Now.Ticks) " ></script >
54
54
<script src =" ~/AbpScripts/GetScripts?v=@(Clock.Now.Ticks)" type =" text/javascript" ></script >
55
55
56
56
<!-- View specific scripts -->
Original file line number Diff line number Diff line change 35
35
</script >
36
36
37
37
<!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->
38
- <script src =" ~/api/AbpServiceProxies/GetAll?type=angular" ></script >
38
+ <script src =" ~/api/AbpServiceProxies/GetAll?v=@(Clock.Now.Ticks)" ></script >
39
+ <script src =" ~/api/AbpServiceProxies/GetAll?type=angular&v=@(Clock.Now.Ticks)" ></script >
39
40
<script src =" ~/AbpScripts/GetScripts?v=@(Clock.Now.Ticks)" type =" text/javascript" ></script >
40
41
41
42
@Scripts.Render( "~/Bundles/App/Main/js")
Original file line number Diff line number Diff line change 65
65
</script >
66
66
67
67
<!-- Dynamic scripts of ABP system (They are created on runtime and can not be bundled) -->
68
- <script src =" ~/api/AbpServiceProxies/GetAll" ></script >
68
+ <script src =" ~/api/AbpServiceProxies/GetAll?v=@(Clock.Now.Ticks) " ></script >
69
69
<script src =" ~/AbpScripts/GetScripts?v=@(Clock.Now.Ticks)" type =" text/javascript" ></script >
70
70
</head >
71
71
<body >
You can’t perform that action at this time.
0 commit comments