Commit c184bb7c by lixinming

no message

parent 6b022daf
......@@ -45,7 +45,7 @@ export async function initConfig() {
let token = mapView[0].token[0];
appConfig.mapPort = mapView[0].mapPort[0] + "&online=" + online + "&broken=" + broken + "&token=" + token || appConfig.mapPort;
//右屏接口
appConfig.rightView = rightView;
appConfig.rightView = rightView[0];
}
console.log("config init success");
......
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