1 Star 0 Fork 0

in-way/iot-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
in-way 提交于 2024-07-24 17:21 . 初始化
import { defineConfig } from 'vite'
import uni from '@dcloudio/vite-plugin-uni'
export default defineConfig(() => {
return {
base: './',
build: {
minify: true,
outDir: 'dist',
},
server: {
port: '80',
proxy: {
'/dev-api': {
// target: 'http://218.207.18.193:7004/',
target: 'http://192.168.18.51:9084',
// target: 'http://113.249.91.40:7004/',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, ''),
// headers:{
// group : "wxl"
// }
}
},
'/file': {
target: 'http://localhost:8081',
changeOrigin: true,
// rewrite: (p) => p.replace(/^\/file/, ''),
headers:{
group : "wxl"
}
},
},
plugins: [
uni()
],
exclude:[
/\/README\.md$/,
]
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/in-way/iot-app.git
git@gitee.com:in-way/iot-app.git
in-way
iot-app
iot-app
master

搜索帮助