jobdone-shared-files 1.0.52 → 1.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<div class="nav-item navbar-line-item btn nav-link border-0 dropdown"
|
|
23
23
|
:class="{'active': isActive(null)}">
|
|
24
24
|
<a class="dropdown-link"
|
|
25
|
-
:href="finalRootDomain
|
|
25
|
+
:href="`${finalRootDomain}${navLinkObj.projectInfoRelativeUrl || '/ProjectManagement/ProjectInfo'}?id=${projectId}`">
|
|
26
26
|
專案資訊
|
|
27
27
|
</a>
|
|
28
28
|
</div>
|
|
@@ -241,6 +241,7 @@
|
|
|
241
241
|
id: null,
|
|
242
242
|
name: '',
|
|
243
243
|
iconName: '',
|
|
244
|
+
projectInfoRelativeUrl:'',
|
|
244
245
|
featurePackApps: [],
|
|
245
246
|
generalLinks: []
|
|
246
247
|
}
|
|
@@ -251,6 +252,7 @@
|
|
|
251
252
|
id: null,
|
|
252
253
|
name: '',
|
|
253
254
|
iconName: '',
|
|
255
|
+
projectInfoRelativeUrl:'',
|
|
254
256
|
featurePackApps: [],
|
|
255
257
|
generalLinks: []
|
|
256
258
|
}
|