1 Star 0 Fork 15

Hank/bsystem-web

forked from Karshey/通用后台 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
hanxuchang 提交于 2023-10-26 17:27 . 提交
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave:false,
devServer: {
port: 1001,
proxy: {
// 配置代理
'/api': {
target: 'http://localhost:8888/bs', // 后端API的基本URL
changeOrigin: true, // 允许跨域
pathRewrite: {
'^/api': '', // 将请求路径中的 '/api' 替换为空
},
withCredentials: true
},
},
},
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/godve/bsystem-web.git
git@gitee.com:godve/bsystem-web.git
godve
bsystem-web
bsystem-web
master

搜索帮助