边缘脚本

阿里云CDN推出了一项新功能:边缘脚本。在它的帮助下,终于可以将vue项目中碍眼的#去除了。

脚本代码

if not(match_re($uri, '[\\.]')) {
    rewrite('/index.html', 'break')
}