zhengjinyi пре 2 месеци
родитељ
комит
02ae1c8a98
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/static/js/index.js

+ 1 - 1
src/main/resources/static/js/index.js

@@ -505,7 +505,7 @@ var homeData = new Vue({
         // 快捷运营跳转
         goQuickOpera($event) {
             // 链接跳转
-            if ($event.link) window.location.href = $event.link
+            if ($event.link) window.open($event.link)
             // 文件浏览记录
             BeautyArchiveApi.GetStatisticsAddPv({type: 4, authorId: $event.id}, () => {
                 console.log("浏览记录成功")