康凯
2022-01-24 f141226b9c4c580a1844b263f8e1440d73719207
src/views/scenery/detail.vue
@@ -122,7 +122,8 @@
          window.open(fileUrl);
        } else {
          //https://view.officeapps.live.com/op/view.aspx?src=
          window.open("http://www.xdocin.com/xdoc?_func=to&_format=html&_cache=1&_xdoc=" + fileUrl.replace(/\\/g, ''));
          //http://www.xdocin.com/xdoc?_func=to&_format=html&_cache=1&_xdoc=
          window.open("https://view.officeapps.live.com/op/view.aspx?src=" + fileUrl.replace(/\\/g, ''));
        }
      }
    },