Skip to content

Commit

Permalink
删除水印代码,有需要可改官方版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiraka committed Jul 8, 2024
1 parent ed39b5d commit 06b544b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,5 @@ router.afterEach((to) => {
} else {
document.title = store.sysConfig.sys_app_name;
}

// Vincent 2023004 修复加载水印的bug
// if (store.userInfo != undefined){
// if ( store.userInfo.name != undefined ) {
// Watermark.set(store.userInfo.name)
// } else {
// Watermark.out() // 清除水印
// }
// } else{
// Watermark.out() // 清除水印
// }
});
export default router;

0 comments on commit 06b544b

Please sign in to comment.