Karsa 5 months ago
parent
commit
2d909399c2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/ppt_manage/newVersion/pptCatalog.vue

+ 4 - 1
src/views/ppt_manage/newVersion/pptCatalog.vue

@@ -543,7 +543,10 @@ export default {
       //如果是添加ppt,打开添加ppt页面
       if(this.chooseCatalogType==='add'){
         sessionStorage.setItem('selectedCatalog',JSON.stringify(selectedCatalog));
-        window.open('/ppteditor','_blank');
+        let { href } = this.$router.resolve({
+          path: `/ppteditor`
+        })
+        window.open(href,'_blank');
       }
       //如果是转英文PPT
       if(this.chooseCatalogType==='transform'){