3 Star 2 Fork 0

早点睡觉/Campus community

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
粥粥 提交于 2022-04-07 21:50 . detail分支合并
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false,
devServer: {
proxy: {
'/sms': {
target: 'http://utf8.api.smschinese.cn',
changeQrigin: true,
pathRewrite: {
'^/sms': ''
}
}
}
}
})
// module.exports = {
// transpileDependencies: true,
// lintOnSave: false,
// devServer:{
// host: 'localhost',
// port: '8080',
// proxy:{
// '/':{
// target:'http://172.23.32.1:5656',
// secure:false,
// changeOrigin:true,
// pathRewrite: {
// '^/':'/'
// }
// }
// }
// }
// }
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lying-flat-rowing/campus-community.git
git@gitee.com:lying-flat-rowing/campus-community.git
lying-flat-rowing
campus-community
Campus community
master

搜索帮助