star7th hace 5 años
padre
commit
8c9ae759a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web_src/src/components/item/show/show_table_item/Index.vue

+ 1 - 1
web_src/src/components/item/show/show_table_item/Index.vue

@@ -174,7 +174,7 @@ export default {
       let path = this.item_info.item_domain
         ? this.item_info.item_domain
         : this.item_info.item_id
-      this.share_item_link = this.getRootPath() + '/' + path
+      this.share_item_link = this.getRootPath() + '#/' + path
       this.qr_item_link =
         DocConfig.server +
         '/api/common/qrcode&size=3&url=' +