@farris/jit-engine 1.3.347-dev-241011 → 1.3.347-dev-241012
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.
|
@@ -118,7 +118,7 @@ export class ${externalPrefix}TranslateResolveService implements Resolve<any>{
|
|
|
118
118
|
this.translate.setTranslation('zh-CHS', lang['zh-CHS']);
|
|
119
119
|
return of(this.translate[langCode]);
|
|
120
120
|
} else {
|
|
121
|
-
const httpOb = this.http.get(BasePathService.getBasePath() + "/${toolhepler_1.ToolHelper.replaceFanXieXianToXieXian(serviceUnitPath.toLowerCase())}/web/${projectName.toLowerCase()}/${runTimeDimPath.toLowerCase()}version.json?v=" + new Date().getTime()).pipe(switchMap((data)=>{
|
|
121
|
+
const httpOb = this.http.get(BasePathService.getBasePath() + "/${toolhepler_1.ToolHelper.replaceFanXieXianToXieXian(serviceUnitPath.toLowerCase())}/web/${projectName.toLowerCase()}/${moduleCode.toLowerCase()}/${runTimeDimPath.toLowerCase()}version.json?v=" + new Date().getTime()).pipe(switchMap((data)=>{
|
|
122
122
|
let currentVersion = null;
|
|
123
123
|
if (data instanceof Array) {
|
|
124
124
|
const versionKey = "${moduleCode.toLowerCase()}/" + langCode + ".json";
|
package/package.json
CHANGED
package/lib/.DS_Store
DELETED
|
Binary file
|
package/lib/utility/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|