Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 301 Bytes

PlaceholderImage.md

File metadata and controls

16 lines (15 loc) · 301 Bytes

占位图代理

proxy:{
    /**
     * 占位图代理, 参考地址:https://dummyimage.com/
     */
    '/zwt':{
        target:'https://dummyimage.com/',
        rewrite:path1 => {
            return path1.replace(/^\/zwt/,'')
        },
        changeOrigin: true,
    }
}