Commit 0fb2034f authored by xxx's avatar xxx

修改

parent 908bd5cf
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
//地图图片 //地图图片
configUrl: basePathUrl + 'config/config.json', configUrl: basePathUrl + 'config/config.json',
notifyPromise:Promise.resolve(), notifyPromise:Promise.resolve(),
systemTitle:'山卡车调度系统卡车终端', systemTitle:'莲花山卡车调度系统卡车终端',
orderReceiving:'开始接单', orderReceiving:'开始接单',
carName:'4001', carName:'4001',
personalName:'李三', personalName:'李三',
...@@ -200,7 +200,7 @@ export default { ...@@ -200,7 +200,7 @@ export default {
this.carclass = res.data.content[0].carclass; this.carclass = res.data.content[0].carclass;
if(this.carclass == '铲车'){ if(this.carclass == '铲车'){
this.loadData1(); this.loadData1();
this.systemTitle = '山卡车调度系统铲车终端'; this.systemTitle = '莲花山卡车调度系统铲车终端';
}else{ }else{
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment