将html文件放在public文件夹下,如何可以实现views下的vue文件点击跳转到该html文件里
vue-cli3.0 跳转到public下的文件,使用window.open('/pdf/web/viewer.html' )