@ -173,7 +173,7 @@ export default class LoginPage extends BasePage {
//修改俄罗斯版本号
this.Version = '1.1.41';
} else {
this.Version = '1.0.55';
this.Version = '1.0.56';
}
console.log('////', this.Version);
@ -43,6 +43,7 @@ export class ReturnModule extends VuexModule {
label: item.locationCode,
value: item.locationCode + '(' + item.sendSpot + ')',
}));
wlcodeList.push({ label: 'SP09', value: 'SP09(SP09)' });
return { wlcodeList };