3 Star 17 Fork 8

成都恰巧网络科技有限公司/uniapp前端模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
未设想de路 提交于 2021-03-04 00:07 . 更新
module.exports = {
devServer: {
open: false,
// host: 'localhost', //配置是否关闭本地域名访问
port: 8080,
// https: false,
// hotOnly: false,
// proxy: 'http://127.0.0.1:8080' // 配置跨域处理,只有一个代理
proxy: { // 配置跨域
'/cors': { //要访问的跨域的api的域名
target: 'http://demo110.cdqqkj.com/index.php',
ws: true,
changOrigin: true,
pathRewrite: {
'^/cors': ''
}
}
},
// before: app => { }
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qq_admin_dev_team/uniapp-front.git
git@gitee.com:qq_admin_dev_team/uniapp-front.git
qq_admin_dev_team
uniapp-front
uniapp前端模板
master

搜索帮助