liuyg
2022-03-22 04ba725c9fac626ef0f02435ec8243321a15725c
src/main/java/org/springblade/modules/architecture/controller/ArchitectureController.java
@@ -118,14 +118,15 @@
      String url = "http://192.168.0.115:8080/#/mobileLayout/default";
      //String url = "http://171.34.197.243:786/#/mobileLayout/default";
      String gotos = URLEncoder.encode("arc", "UTF-8");
      String addressName = URLEncoder.encode(architecture.getAddressName(), "UTF-8");
      String mechanismname = URLEncoder.encode(architecture.getMechanismname(), "UTF-8");
      String address = null;
      if (architecture.getAddress() != null) {
         address = URLEncoder.encode(architecture.getAddress(), "UTF-8");
      }
      String telephone=null;
      String telephone = null;
      if (architecture.getTelephone() != null) {
          telephone = URLEncoder.encode(architecture.getTelephone(), "UTF-8");
         telephone = URLEncoder.encode(architecture.getTelephone(), "UTF-8");
      }
      String introduce = URLEncoder.encode(architecture.getIntroduce(), "UTF-8");
      String jd = URLEncoder.encode(architecture.getJd(), "UTF-8");
@@ -165,7 +166,7 @@
         "&heading=" + heading +
         "&pitch=" + pitch +
         "&roll=" + roll +
         "&panoramaurl=" + panoramaurl +
         "&panoramaurl=" + panoramaurl + "&addressName=" + addressName +
         "&videourl=" + videourl;
      //生成标注二维码
      byte[] qrCodeImage = QRCodeUtil.getQRCodeImage(content, 350, 350);