6 Star 0 Fork 0

是沐沐丫/地产团队开发-前台-pc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 866 Bytes
一键复制 编辑 原始数据 按行查看 历史
LiZiYe 提交于 2022-11-17 20:37 . 样式调整
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false // 关闭eslint代码格式检测
// devServer: {
// host: '0.0.0.0', // 可以忽略不写
// port: 8080, // 它是用来修改你打开后的端口号的
// open: true, // 值为 true的话,项目启动时自动打开到浏览器里边, false不会打开
// proxy: {
// '/api': {
// target: 'http://m.sirfang.com/api', // 跨域请求的公共地址
// ws: false, // 也可以忽略不写,不写不会影响跨域
// changeOrigin: true, // 是否开启跨域,值为 true 就是开启, false 不开启
// pathRewrite: {
// '^/api': ''// 注册全局路径, 但是在你请求的时候前面需要加上 /api
// }
// }
// }
// }
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/its-mu-mu-ya/real-estate-team-development.git
[email protected]:its-mu-mu-ya/real-estate-team-development.git
its-mu-mu-ya
real-estate-team-development
地产团队开发-前台-pc
master

搜索帮助