当前位置:网站首页 > 更多 > 站长帮 > 正文

[WEB] vite2+vue3配置axios跨域

作者:CC下载站 日期:2021-08-27 00:00:00 浏览:55 分类:站长帮

在根目录下有一个vite.config.js

import {defineConfig} from 'vite'
import vue from [email protected]/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
    plugins: [vue()],
    server: {
        proxy: {
            '/api': {
                target: 'https://sing.lanol.cn/',
                changeOrigin: true,
                rewrite: path => path.replace(/^\/api/, '')
            }
        }
    }
})

您需要 登录账户 后才能发表评论

取消回复欢迎 发表评论:

关灯