1234567891011121314151617181920 |
- module.exports = {
- publicPath: "./",
- assetsDir: "static",
- outputDir: 'dist',
- /* configureWebpack: {
- devServer: {
- proxy: {
- '/api': {
- target: 'http://tp.llzlovesh.top',
- changeOrigin: true, //是否跨域
- // pathRewrite: {
- // '^/api': '' //规定请求地址以什么作为开头
- // }
- }
- }
- }
- } */
- }
|